first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / browser / preferences / search.css
index 83a85c3f870b2acb1e1ac918ab1b4b575c8c810f..27abc580f96c6b2a37cd2982c90fb19d0509a76c 100644 (file)
@@ -27,8 +27,8 @@
 }
 
 #engineList treechildren::-moz-tree-image(engineName) {
-  -moz-margin-end: 4px;
-  -moz-margin-start: 0;
+  margin-inline-end: 4px;
+  margin-inline-start: 0;
   width: 16px;
   height: 16px;
 }
@@ -42,5 +42,5 @@
   width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
                      we may have, overflow isn't visible. */
   height: 2px;
-  -moz-margin-start: 0;
+  margin-inline-start: 0;
 }