sync both themes with toolkit windows theme changes in Mozilla 52 cycle
[themes.git] / EarlyBlue / mozapps / extensions / update.css
index 5a21c4c22fffc9aba622d73f31bb5d2d96f3b99d..0bf6ec22d1b87eb84b9dcf673b25d9f4907ad25c 100644 (file)
@@ -1,15 +1,11 @@
-#alert {
-  list-style-image: url("chrome://mozapps/skin/update/update.png");
-}
-
 .throbber {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
   width: 16px;
   height: 16px;
   margin-top: 5px;
   margin-bottom: 5px;
-  -moz-margin-start: 5px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 5px;
+  margin-inline-end: 2px;
 }
 
 .alertBox {
@@ -17,7 +13,7 @@
   color: #000000;
   border: 0px solid transparent;
   border-bottom: 1px solid #9999CC;
-  margin-left: 3px;
-  margin-right: 3px;
+  margin-inline-start: 3px;
+  margin-inline-end: 3px;
   padding: 5px;
 }