mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 597296 - [RTL] Some characters are inverted in the languages selection list [r=mfinkle]
This commit is contained in:
parent
d53a259548
commit
676c4bbcce
@ -446,6 +446,11 @@ toolbarbutton.choice-remotetabs {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* bug 597296 - The language.properties file is LTR and never translated */
|
||||
#prefs-languages .menulist-label {
|
||||
direction: ltr !important;
|
||||
}
|
||||
|
||||
/* addons panel UI ------------------------------------------------------- */
|
||||
@media (min-width: 500px) {
|
||||
#addons-repo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user