css: slightly improve filter editor

This commit is contained in:
Thomas Gelf 2016-03-24 13:09:02 +01:00
parent ffb3748b1c
commit 3fc24645c9
1 changed files with 14 additions and 0 deletions

View File

@ -204,6 +204,20 @@ div.filter > form.search, div.filter > a {
display: none;
}
div.filter form.editor > ul.tree ul li.active {
background-color: @tr-hover-color !important;
}
div.filter form.editor {
padding-top: 1em;
select, input[type=text] {
line-height:auto;
height: auto;
}
}
form.quicksearch {
float: right;