fixed search block submit button display

This commit is contained in:
Bachir Soussi Chiadmi 2021-01-26 21:51:24 +01:00
parent fb14eb95cf
commit d64bee211c
2 changed files with 2 additions and 2 deletions

View File

@ -1481,7 +1481,7 @@ header[role="banner"] {
border-radius: 14px; border-radius: 14px;
padding: 0.3em; padding: 0.3em;
color: #666; } color: #666; }
header[role="banner"] #block-materiosapisearchblock #materio-sapi-search-form #edit-submit { header[role="banner"] #block-materiosapisearchblock #materio-sapi-search-form .button.form-submit {
border: 0; border: 0;
text-indent: 50px; text-indent: 50px;
overflow: hidden; overflow: hidden;

View File

@ -382,7 +382,7 @@ header[role="banner"]{
color:#666; color:#666;
} }
#edit-submit{ .button.form-submit{
border:0; border:0;
text-indent: 50px; text-indent: 50px;
overflow: hidden; overflow: hidden;