mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix IE8 login logo
Added 175px logo to make it have the same size. It's only used for IE8.
This commit is contained in:
parent
733673b39d
commit
e826108b6c
2 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.ie8 #header .logo {
|
||||
background-image: url(../img/logo-icon-175px.png);
|
||||
}
|
||||
|
||||
#header .logo {
|
||||
background-image: url(../img/logo-icon.svg);
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
BIN
core/img/logo-icon-175px.png
Normal file
BIN
core/img/logo-icon-175px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in a new issue