mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: Add hover effect for collapsible control
This commit is contained in:
parent
d3e4fb6552
commit
e375822ef1
@ -323,3 +323,12 @@ a:hover > .icon-cancel {
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collapsible-control:hover:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: -2px; right: -2px; bottom: -2px; left: -2px;
|
||||||
|
background: fade(@text-color, 10);
|
||||||
|
.rounded-corners(50%);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user