mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 977796 - [Australis] Disable subpixel AA on all labels during customize mode transition for Windows. r=jaws.
This commit is contained in:
parent
fb5728ab42
commit
986df34494
@ -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