make sure the themes work after next Monday
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index 5ae6ec65a2547157db0502392da648dbb8c5af2b..a67fa4476a65839a72785ed27c0e30a7bd86574a 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;
 }
 
@@ -77,7 +77,7 @@ th:hover > a {
   text-decoration: underline;
 }
 
-tbody > tr:hover {
+body > table > tbody > tr:hover {
   outline: 1px solid #808080;
   outline-radius: .3em;
 }