sync both themes with toolkit windows theme changes in Mozilla 31 cycle
[themes.git] / LCARStrek / global / dirListing / dirListing.css
index 6a6055a2f36b4f9da0c38417bf40827f3626c3c3..ee4e1ddbe9dbaa88b6cabf3706f685bf8917c235 100644 (file)
@@ -46,7 +46,7 @@ p {
   float: left;
 }
 
-body[dir="rtl"] #UI_goUp {
+#UI_goUp:-moz-dir(rtl) {
   float: right;
 }
 
@@ -55,7 +55,7 @@ body[dir="rtl"] #UI_goUp {
   float: right;
 }
 
-body[dir="rtl"] #UI_showHidden {
+#UI_showHidden:-moz-dir(rtl) {
   float: left;
 }
 
@@ -79,7 +79,7 @@ th:hover > a {
   color: #000000;
 }
 
-tbody > tr:hover {
+body > table > tbody > tr:hover {
   outline: 1px solid #008484;
   -moz-outline-radius: .3em;
 }