mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix missing header logo in IE8
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
f0bc12d2c0
commit
634656be7e
@ -44,7 +44,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header-logo {
|
#header-logo {
|
||||||
background-image: url('../img/icinga-logo.png');
|
|
||||||
background-image: url('../img/icinga-logo.svg');
|
background-image: url('../img/icinga-logo.svg');
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -54,7 +53,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#icinga-logo {
|
#icinga-logo {
|
||||||
background-image: url('../img/icinga-logo-big.png');
|
|
||||||
background-image: url('../img/icinga-logo-big.svg');
|
background-image: url('../img/icinga-logo-big.svg');
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -64,6 +62,16 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ie8 {
|
||||||
|
#header-logo {
|
||||||
|
background-image: url('../img/icinga-logo.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
#icinga-logo {
|
||||||
|
background-image: url('../img/icinga-logo-big.png');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#layout {
|
#layout {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user