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
d4b1247640
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scss/theme/classic/layout.scss

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

@@ -15,6 +15,7 @@
   .select2-search--inline {
     .select2-search__field {
       outline: 0;
+      box-shadow: none;
     }
   }