mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 386759. Make all XUL root elements use quality text rendering (which will inherit to all elements in the document unless overridden by CSS). r=mconnor
This commit is contained in:
parent
79b7d95d32
commit
2808022720
@ -16,6 +16,10 @@
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
:root {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* hide the content and destroy the frame */
|
||||
*[hidden="true"] {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user