mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 977796 - [Australis] Disable subpixel AA on all labels during customize mode transition for Windows. r=jaws.
This commit is contained in:
parent
744d2d3b48
commit
7d4228d801
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user