mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Merge pull request #3410 from Icinga/fix/inverted-colors-of-icons-in-nav-bar-3181
menu: Only invert icons located under /img/icons/
This commit is contained in:
commit
36716566b6
@ -171,11 +171,16 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0.5em -.05em 0.25em;
|
margin: 0 0.5em -.05em 0.25em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu img[src*="/img/icons/"] {
|
||||||
|
&:not([src$="tux.png"]):not([src$="win.png"]):not([src$="_white.png"]) {
|
||||||
-webkit-filter: invert(100%);
|
-webkit-filter: invert(100%);
|
||||||
-moz-filter: invert(100%);
|
-moz-filter: invert(100%);
|
||||||
-ms-filter: invert(100%);
|
-ms-filter: invert(100%);
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.nav-item:hover img.icon {
|
.nav-item:hover img.icon {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user