Commit f9eec5b6 authored by Zlatan Vasović's avatar Zlatan Vasović

Add -moz-osx-font-smoothing

parent 30127a42
...@@ -265,6 +265,9 @@ table { ...@@ -265,6 +265,9 @@ table {
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
select {
background: #fff !important;
}
.navbar { .navbar {
display: none; display: none;
} }
...@@ -2611,6 +2614,7 @@ input[type="button"].btn-block { ...@@ -2611,6 +2614,7 @@ input[type="button"].btn-block {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-moz-osx-font-smoothing: grayscale;
} }
.glyphicon:empty { .glyphicon:empty {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:empty { &:empty {
width: 1em; width: 1em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment