CSS: Grant filter icon some space to breathe
This commit is contained in:
parent
58a68b4e40
commit
70a891825e
|
@ -58,6 +58,15 @@ input.search {
|
|||
|
||||
> a {
|
||||
color: @icinga-blue;
|
||||
padding: .5em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
> a > i {
|
||||
text-align: center;
|
||||
&:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form input {
|
||||
|
|
Loading…
Reference in New Issue