mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Reduce opacity of icon images in the menu when they are hovered
This commit is contained in:
parent
147587da90
commit
e9494e1e96
@ -175,6 +175,10 @@
|
|||||||
> a > .badge {
|
> a > .badge {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.icon {
|
||||||
|
opacity: .6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu .nav-level-1 > .nav-item:not(.active):hover {
|
#menu .nav-level-1 > .nav-item:not(.active):hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user