started advanced search
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user