Monitoring: Beautify quick-action item hover

This commit is contained in:
Florian Strohmaier 2019-08-22 16:48:47 +02:00 committed by Johannes Meyer
parent 5443bfe9fa
commit 8ebc04f2c1

View File

@ -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;
}
} }
} }