Fixed the antialiasing of the toolbar text

This commit is contained in:
Javier Eguiluz 2016-02-19 17:33:18 +01:00
parent cd232ecd55
commit 5ad065de96

View File

@ -47,6 +47,10 @@
text-align: left; text-align: left;
text-transform: none; text-transform: none;
z-index: 99999; z-index: 99999;
/* neutralize the aliasing defined by external CSS styles */
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
} }
.sf-toolbarreset abbr { .sf-toolbarreset abbr {
border: dashed #777; border: dashed #777;