1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Improved Zurb Foundation compatibility

The input fields have a slight box shadow which we want to remove here.
This commit is contained in:
Paul Mohr 2015-04-27 16:40:41 +02:00
parent 6a551dfe74
commit d4b1247640

View File

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