mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Tactical Overview: Add opacity on hover (#5400)
Add opacity on the big donut label if hovered.
This commit is contained in:
parent
158428fcae
commit
e83434d079
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue