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 {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
|
|
@ -78,12 +78,12 @@ a:hover > .icon-cancel {
|
|||
.action-link();
|
||||
.rounded-corners(3px);
|
||||
|
||||
background: @gray-lighter;
|
||||
background: @low-sat-blue;
|
||||
display: inline-block;
|
||||
padding: 0.25em 0.5em;
|
||||
|
||||
&:hover {
|
||||
background: @gray-lightest;
|
||||
background: @low-sat-blue-dark;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue