first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / global / dirListing / dirListing.css
index c3851e844e7460a3d421a24f56a9d3d380a2484e..77e8dea3e90a0e62d56518697df7da8e93ff82d6 100644 (file)
@@ -8,8 +8,8 @@
   background-color: #000000;
   color: #FF9F00;
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
-  -moz-padding-start: 2em;
-  -moz-padding-end: 2em;
+  padding-inline-start: 2em;
+  padding-inline-end: 2em;
 }
 
 body {
@@ -59,7 +59,7 @@ p {
   color: #000000;
 }
 
-#UI_goUp:-moz-dir(rtl) {
+#UI_goUp:dir(rtl) {
   float: right;
 }
 
@@ -68,7 +68,7 @@ p {
   float: right;
 }
 
-#UI_showHidden:-moz-dir(rtl) {
+#UI_showHidden:dir(rtl) {
   float: left;
 }
 
@@ -116,12 +116,12 @@ td:not(:first-child) {
 
 .up {
   padding: 0 .5em;
-  -moz-margin-start: 20px;
+  margin-inline-start: 20px;
 }
 
 .up::before {
-  -moz-margin-end: 4px;
-  -moz-margin-start: -20px;
+  margin-inline-end: 4px;
+  margin-inline-start: -20px;
   vertical-align: middle;
   content: url("chrome://global/skin/dirListing/up.png");
 }