diff options
author | Horst3180 | 2017-01-23 15:16:14 +0100 |
---|---|---|
committer | Horst3180 | 2017-01-23 15:16:14 +0100 |
commit | de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch) | |
tree | 41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/mozapps/update | |
parent | 436efe96181eaff50fac1647f140e298fe11569e (diff) | |
download | solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.gz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.xz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.zip |
update to 51.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/update')
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/update/updates.css | 31 |
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; |