second and last part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / EarlyBlue / mozapps / pref / pref.css
index a853597c7d6d43fe06123dc599f26da82fc9d155..43ec184d4b8b65cd1b1db304de24bf89ec401cd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 }
 
 .indent {
-  -moz-margin-start: 23px;
-  -moz-margin-end: 23px;
+  margin-inline-start: 23px;
+  margin-inline-end: 23px;
 }
 
 .small-indent {
-  -moz-margin-start: 15px;
+  margin-inline-start: 15px;
 }
 
 .uniWidthButton {
 .extensionChildren::-moz-tree-image(fileExtension),
 .pluginTypesChildren::-moz-tree-image(fileExtension) {
   margin: 0;
-  -moz-margin-end: 5px;
+  margin-inline-end: 5px;
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
   margin: 0;
-  -moz-margin-end: 5px;
+  margin-inline-end: 5px;
   list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
   margin: 0;
-  -moz-margin-end: 5px;
+  margin-inline-end: 5px;
   list-style-image: url("chrome://mozapps/skin/pref/check.gif");
 }
 
 .biggerIndent {
-  -moz-margin-start: 28px;
+  margin-inline-start: 28px;
 }
 
 #typeField {
@@ -69,5 +69,5 @@
 }
 
 #defaultAppName {
-  -moz-margin-start: 6px !important;
+  margin-inline-start: 6px !important;
 }