mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201703 - [Control Center] Icons overlap text and are on the wrong side for the RTL locales. r=paolo
This commit is contained in:
parent
450968343c
commit
4cb15aa486
@ -191,6 +191,11 @@
|
||||
background: url(chrome://browser/skin/controlcenter/warning-yellow.svg) no-repeat 0 50%;
|
||||
}
|
||||
|
||||
.identity-popup-warning-gray:-moz-locale-dir(rtl),
|
||||
.identity-popup-warning-yellow:-moz-locale-dir(rtl) {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
|
||||
/* SECURITY */
|
||||
|
||||
.identity-popup-connection-secure {
|
||||
|
Loading…
Reference in New Issue
Block a user