Browse Source

fixed search block submit button display

bach 3 years ago
parent
commit
d64bee211c

+ 1 - 1
web/themes/custom/materiotheme/assets/dist/main.css

@@ -1481,7 +1481,7 @@ header[role="banner"] {
       border-radius: 14px;
       padding: 0.3em;
       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;
       text-indent: 50px;
       overflow: hidden;

+ 1 - 1
web/themes/custom/materiotheme/assets/styles/main.scss

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