X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=88c95010740f4faddb6b912605bd5c3887a9cd64;hp=de59c1225a0dc755df5607ae85474cdf764e33af;hb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac;hpb=c877146a907a47dc9c88507a58a8048b8b5f1562 diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index de59c122..88c95010 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -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;