aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/mozapps/update/updates.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/update/updates.css')
-rw-r--r--arc-firefox-theme/chrome/mozapps/update/updates.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/arc-firefox-theme/chrome/mozapps/update/updates.css b/arc-firefox-theme/chrome/mozapps/update/updates.css
index dbf724e..90ff4f5 100644
--- a/arc-firefox-theme/chrome/mozapps/update/updates.css
+++ b/arc-firefox-theme/chrome/mozapps/update/updates.css
@@ -21,31 +21,10 @@ wizardpage {
padding: 10px;
}
-.loadingBox {
- padding: 3px 5px 3px 5px;
-}
-
-.remoteLoadingThrobber {
- margin-top: 3px;
-}
-
-.remoteLoadingThrobber[state="loading"] {
- list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-.remoteLoadingThrobber[state="error"] {
- list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
-}
-
.wizard-buttons-separator {
margin-top: 0 !important;
}
-#licenseContent, #incompatibleListbox {
- margin-inline-start: 6px;
- margin-inline-end: 6px;
-}
-
.inline-link {
color: -moz-nativehyperlinktext;
text-decoration: none;
@@ -67,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;