diff options
Diffstat (limited to '')
-rw-r--r-- | public/vendor/select2/select2-bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/select2/select2-bootstrap.css b/public/vendor/select2/select2-bootstrap.css index 1e392c93..b701eaf6 100644 --- a/public/vendor/select2/select2-bootstrap.css +++ b/public/vendor/select2/select2-bootstrap.css @@ -29,7 +29,7 @@ border-color: #cccccc; border-radius: 4px; color: #555555; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: inherit; background-color: white; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -40,7 +40,7 @@ border-color: #cccccc; border-radius: 4px; color: #555555; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: inherit; background-color: white; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |