second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / aboutProfiles.css
index 5a3479afc5e42da374633f6d35eb1818901d4f34..966fbb0f3cb4b73309a739755d758651b8e461e9 100644 (file)
@@ -16,8 +16,8 @@ body {
 }
 
 button {
-  -moz-margin-start: 0;
-  -moz-margin-end: 8px;
+  margin-inline-start: 0;
+  margin-inline-end: 8px;
 }
 
 table {
@@ -48,6 +48,7 @@ th.column {
 
 td {
   border-color: var(--in-content-table-border-dark-color);
+  unicode-bidi: plaintext; /* Make sure file paths will be LTR */
 }
 
 #action-box {
@@ -57,12 +58,12 @@ td {
   float: right;
   margin-top: 2em;
   margin-bottom: 20px;
-  -moz-margin-start: 20px;
-  -moz-margin-end: 0;
+  margin-inline-start: 20px;
+  margin-inline-end: 0;
   padding: 16px;
   width: 30%;
 }
 
-#action-box:-moz-dir(rtl) {
+#action-box:dir(rtl) {
   float: left;
 }