From f9eec5b60a1e84c6ffa1ae6bd53b9e064018d961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 28 Oct 2013 09:59:24 +0100 Subject: Add -moz-osx-font-smoothing --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3