mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
CSS: Adapt form design for button links
This commit is contained in:
parent
b0bf9c4b06
commit
7b0b32fc43
@ -79,6 +79,10 @@ input.search {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls .button-link {
|
||||||
|
height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.limiter-control > select {
|
.limiter-control > select {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
|
@ -78,12 +78,12 @@ a:hover > .icon-cancel {
|
|||||||
.action-link();
|
.action-link();
|
||||||
.rounded-corners(3px);
|
.rounded-corners(3px);
|
||||||
|
|
||||||
background: @gray-lighter;
|
background: @low-sat-blue;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: @gray-lightest;
|
background: @low-sat-blue-dark;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user