sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / LCARStrek / mozapps / update / updates.css
index de59c1225a0dc755df5607ae85474cdf764e33af..88c95010740f4faddb6b912605bd5c3887a9cd64 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 {
-  margin-inline-start: 6px;
-  margin-inline-end: 6px;
-}
-
 .inline-link {
   color: #3333FF;
   text-decoration: none;
@@ -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;