CSS: Grant filter icon some space to breathe

This commit is contained in:
Florian Strohmaier 2019-07-02 15:29:05 +02:00 committed by Johannes Meyer
parent 58a68b4e40
commit 70a891825e
1 changed files with 9 additions and 0 deletions

View File

@ -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 {