aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-28 20:36:40 -0700
committerMark Otto <[email protected]>2013-10-28 20:36:40 -0700
commitdcf51315a3da3755248bc06c1131f335de5e5c62 (patch)
tree7bff4c1ad0ba0a5b683e144773967ce951f4b21a /dist/css/bootstrap.css
parent0026e5655b7bff8a1c609e52bdfba946436f4616 (diff)
parentf9eec5b60a1e84c6ffa1ae6bd53b9e064018d961 (diff)
downloadbootstrap-dcf51315a3da3755248bc06c1131f335de5e5c62.tar.xz
bootstrap-dcf51315a3da3755248bc06c1131f335de5e5c62.zip
Merge pull request #11258 from ZDroid/smoothing
Add -moz-osx-font-smoothing
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 9ebd3995c..f1ef9492d 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -265,6 +265,9 @@ table {
h3 {
page-break-after: avoid;
}
+ select {
+ background: #fff !important;
+ }
.navbar {
display: none;
}
@@ -2611,6 +2614,7 @@ input[type="button"].btn-block {
font-style: normal;
font-weight: normal;
line-height: 1;
+ -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {