update both themes for toolkit winstripe changes in Mozilla 17 cycle
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index 5ae6ec65a2547157db0502392da648dbb8c5af2b..38cbae5278f0b772d5056d58d5e713c9c898641e 100644 (file)
@@ -45,7 +45,7 @@ p {
   float: left;
 }
 
-body[dir="rtl"] #UI_goUp {
+#UI_goUp:-moz-dir(rtl) {
   float: right;
 }
 
@@ -54,7 +54,7 @@ body[dir="rtl"] #UI_goUp {
   float: right;
 }
 
-body[dir="rtl"] #UI_showHidden {
+#UI_showHidden:-moz-dir(rtl) {
   float: left;
 }