소스 검색

fixed search block submit button display

bach 3 년 전
부모
커밋
d64bee211c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      web/themes/custom/materiotheme/assets/dist/main.css
  2. 1 1
      web/themes/custom/materiotheme/assets/styles/main.scss

+ 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;