Explorar el Código

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
Paul Mohr hace 10 años
padre
commit
6a551dfe74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }
   }