Bug 871291 - Replace CSS selector -moz-locale-dir with chromedir selector inside pluginProblem.css, r=dolske

This commit is contained in:
Frank Wein 2013-05-15 15:35:01 +02:00
parent 5445e4d840
commit 5b833b3bc4
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ html|a {
background-repeat: no-repeat;
}
.closeIcon:-moz-locale-dir(rtl) {
.mainBox[chromedir="rtl"] .closeIcon {
right: auto;
left: 4px;
}

View File

@ -172,7 +172,7 @@ html|a {
background-repeat: no-repeat;
}
.closeIcon:-moz-locale-dir(rtl) {
.mainBox[chromedir="rtl"] .closeIcon {
right: auto;
left: 4px;
}