소스 검색

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
Paul Mohr 10 년 전
부모
커밋
6a551dfe74
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/scss/theme/default/layout.scss

+ 1 - 0
src/scss/theme/default/layout.scss

@@ -27,6 +27,7 @@
       background: transparent;
       border: none;
       outline: 0;
+      box-shadow: none;
     }
   }