sync both themes with toolkit windows theme changes in Mozilla 52 cycle
[themes.git] / LCARStrek / mozapps / update / updates.css
index daf9148270ff83ffe77d1f96808abae8fc602285..08258f56b00f83703c290d76c23954bda0923df0 100644 (file)
@@ -21,38 +21,10 @@ wizardpage {
   padding: 10px;
 }
 
-.loadingBox {
-  padding: 3px 5px;
-}
-
-.remoteLoadingThrobber {
-  margin-top: 3px;
-}
-
-.remoteLoadingThrobber[state="loading"] {
-  list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-@media (min-resolution: 1.1dppx) {
-  .remoteLoadingThrobber[state="loading"] {
-    width: 16px;
-    list-style-image: url("chrome://global/skin/icons/loading@2x.png");
-  }
-}
-
-.remoteLoadingThrobber[state="error"] {
-  list-style-image: url("chrome://global/skin/icons/information-16.png");
-}
-
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
-#licenseContent, #incompatibleListbox {
-  -moz-margin-start: 6px;
-  -moz-margin-end: 6px;
-}
-
 .inline-link {
   color: #3333FF;
   text-decoration: none;
@@ -64,8 +36,8 @@ wizardpage {
 
 /* Unsupported Page */
 #unsupportedLabel, #unsupportedLinkLabel {
-  -moz-margin-start: 0;
-  -moz-padding-start: 0;
+  margin-inline-start: 0;
+  padding-inline-start: 0;
 }
 
 /* Update Found Basic Page */
@@ -74,16 +46,6 @@ wizardpage {
   font-size: larger;
 }
 
-/* License Page */
-#licenseContent {
-/*  -moz-appearance: listbox; */
-}
-
-/* Incompatible List Page */
-#incompatibleListbox {
-  margin-bottom: 6px;
-}
-
 /* Downloading Page */
 #downloadStatusLine {
   -moz-box-align: center;
@@ -94,7 +56,7 @@ wizardpage {
 }
 
 #downloadStatusProgress {
-  -moz-padding-end: 5px;
+  padding-inline-end: 5px;
 }
 
 #pauseButton {
@@ -143,16 +105,16 @@ wizardpage {
 }
 
 #verificationFailedIcon {
-  -moz-margin-start: 5px;
-  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  margin-inline-start: 5px;
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
 /* Error Page */
 #errorReason {
   margin-top: 1px;
   margin-bottom: 2px;
-  -moz-margin-start: 6px !important;
-  -moz-margin-end: 5px;
+  margin-inline-start: 6px !important;
+  margin-inline-end: 5px;
   font-weight: bold;
 }