diff options
author | Wu Cheng-Han | 2015-09-24 13:48:12 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-24 13:48:12 +0800 |
commit | c9f35b9aa0782c7e765ca0e71196db11356caed1 (patch) | |
tree | 5610d87fa319e32645bcd5a2e700c08f475f4d4a /public/vendor | |
parent | f239b53972268294dd964d3b2c352e5decd62500 (diff) |
Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
Diffstat (limited to 'public/vendor')
-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); |