mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +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;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bug 597296 - The language.properties file is LTR and never translated */
|
||||||
|
#prefs-languages .menulist-label {
|
||||||
|
direction: ltr !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* addons panel UI ------------------------------------------------------- */
|
/* addons panel UI ------------------------------------------------------- */
|
||||||
@media (min-width: 500px) {
|
@media (min-width: 500px) {
|
||||||
#addons-repo {
|
#addons-repo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user