css: remove quicksearch

This commit is contained in:
Thomas Gelf 2022-07-01 08:42:10 +02:00
parent 0a51d02b86
commit 535bdfd23d
1 changed files with 0 additions and 24 deletions

View File

@ -494,30 +494,6 @@ form.director-form.editor {
}
}
form.gipfl-quicksearch {
display: block;
input.search {
width: 8em;
min-width: unset;
border: none;
background-size: 0.75em auto;
background-position: 0.5em 0.9em;
padding-left: 1.5em;
margin-left: 1.5em;
font-size: 0.75em;
font-weight: normal;
&:focus {
width: 16em;
.transition(width 0.5s ease);
border: none;
}
}
}
#layout.twocols form.quicksearch input.search {
float: right;
}
ul.extensible-set {
margin: 0;
padding: 0;