Bug 597296 - [RTL] Some characters are inverted in the languages selection list [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-11-30 15:57:23 +01:00
parent d53a259548
commit 676c4bbcce

View File

@ -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 {