css: do not show search element in filter editor

This commit is contained in:
Thomas Gelf 2016-03-20 14:40:33 +01:00
parent 4f219992d8
commit 1a21d2cc13
1 changed files with 5 additions and 0 deletions

View File

@ -184,6 +184,11 @@ input[type=text], input[type=password], textarea, select {
} }
} }
div.filter > form.search, div.filter > a {
// Duplicated by quicksearch
display: none;
}
form.quicksearch { form.quicksearch {
float: right; float: right;