mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
Monitoring: Beautify quick-action item hover
This commit is contained in:
parent
5443bfe9fa
commit
8ebc04f2c1
@ -193,17 +193,25 @@
|
|||||||
|
|
||||||
// Quick actions
|
// Quick actions
|
||||||
.quick-actions {
|
.quick-actions {
|
||||||
|
margin: 0 -.5em;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: -.25em;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
padding: 0 0.6em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li:first-child {
|
a,
|
||||||
padding-left: 0;
|
button {
|
||||||
}
|
.rounded-corners();
|
||||||
|
padding: .25em .5em;
|
||||||
|
|
||||||
li:last-child {
|
&:hover {
|
||||||
padding-right: 0;
|
background-color: @gray-lighter;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user