mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
b24d6f45e6
commit
b8e406fd95
@ -171,10 +171,15 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0.5em -.05em 0.25em;
|
margin: 0 0.5em -.05em 0.25em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
-webkit-filter: invert(100%);
|
}
|
||||||
-moz-filter: invert(100%);
|
|
||||||
-ms-filter: invert(100%);
|
#menu img[src*="/img/icons/"] {
|
||||||
filter: invert(100%);
|
&:not([src$="tux.png"]):not([src$="win.png"]):not([src$="_white.png"]) {
|
||||||
|
-webkit-filter: invert(100%);
|
||||||
|
-moz-filter: invert(100%);
|
||||||
|
-ms-filter: invert(100%);
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item:hover img.icon {
|
.nav-item:hover img.icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user