mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Monitoring: Beautify quick-action item hover
This commit is contained in:
parent
5443bfe9fa
commit
8ebc04f2c1
1 changed files with 14 additions and 6 deletions
|
|
@ -193,17 +193,25 @@
|
|||
|
||||
// Quick actions
|
||||
.quick-actions {
|
||||
margin: 0 -.5em;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: -.25em;
|
||||
}
|
||||
|
||||
li {
|
||||
color: @icinga-blue;
|
||||
padding: 0 0.6em;
|
||||
}
|
||||
|
||||
li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
a,
|
||||
button {
|
||||
.rounded-corners();
|
||||
padding: .25em .5em;
|
||||
|
||||
li:last-child {
|
||||
padding-right: 0;
|
||||
&:hover {
|
||||
background-color: @gray-lighter;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue