Browse Source

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
Paul Mohr 10 years ago
parent
commit
6a551dfe74
1 changed files with 1 additions and 0 deletions
  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;
     }
   }