Parcourir la source

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
Paul Mohr il y a 10 ans
Parent
commit
6a551dfe74
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
     }
   }