started advanced search

This commit is contained in:
2021-04-01 22:44:44 +02:00
parent 8ff1cfb3ad
commit 1851c84ea5
3 changed files with 64 additions and 8 deletions

View File

@ -576,6 +576,7 @@ header[role="banner"]{
#materio-sapi-search-form{
.form-item, input.button{
display: inline-block;
margin: 0;
}
#edit-search{
@ -585,6 +586,27 @@ header[role="banner"]{
color:#666;
}
#edit-filters{
select.form-select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
&::-ms-expand {
display: none;
}
display: inline-block;
background-color: #e3e3e3;
padding:0;
border-radius: 10px;
font-size: 0.756em;
border: none;
// background: url(../images/caret-down.svg) no-repeat 98% 64% #bbb;
option{
width:5em;
}
}
}
.button.form-submit{
border:0;
text-indent: 50px;