CSS: Adapt form design for button links

This commit is contained in:
Florian Strohmaier 2019-08-22 14:37:26 +02:00
parent b0bf9c4b06
commit 7b0b32fc43
2 changed files with 6 additions and 2 deletions

View File

@ -79,6 +79,10 @@ input.search {
} }
} }
.controls .button-link {
height: 2em;
}
.limiter-control > select { .limiter-control > select {
margin-left: .5em; margin-left: .5em;
} }

View File

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