css: slightly improve filter editor
This commit is contained in:
parent
ffb3748b1c
commit
3fc24645c9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue