Browse Source

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
Paul Mohr 10 năm trước cách đây
mục cha
commit
6a551dfe74
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }
   }