mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
Add opacity on hover
Add opacity on the big donut label if hovered.
This commit is contained in:
parent
c894333064
commit
0c0c3a33a6
@ -614,6 +614,7 @@ ul.tree li a.error:hover {
|
||||
text-anchor: middle;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
@ -663,4 +664,3 @@ ul.tree li a.error:hover {
|
||||
html.no-js .progress-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user