Bug 977796 - [Australis] Disable subpixel AA on all labels during customize mode transition for Windows. r=jaws.

This commit is contained in:
Mike Conley 2014-02-26 16:42:18 -05:00
parent df34c67f0f
commit 4d62fc4d71

View File

@ -2500,6 +2500,10 @@ chatbox {
%include ../shared/customizableui/customizeMode.inc.css
#main-window:-moz-any([customize-entering],[customize-exiting]) label {
transform: perspective(1px);
}
#main-window[customize-entered] {
background-image: url("chrome://browser/skin/customizableui/customizeMode-gridTexture.png");
background-attachment: fixed;