X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=daf9148270ff83ffe77d1f96808abae8fc602285;hb=913ef947c73bd5a1d6df86856e5285a59423e947;hp=07c6656ed90abbd82ca02d92c21fa9ef9084d274;hpb=f128e38f4b564fd22f46f810e104934d864d7caf;p=themes.git diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index 07c6656e..daf91482 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -30,7 +30,14 @@ wizardpage { } .remoteLoadingThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); + 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"] { @@ -46,6 +53,21 @@ wizardpage { -moz-margin-end: 6px; } +.inline-link { + color: #3333FF; + text-decoration: none; +} + +.inline-link:hover { + text-decoration: underline; +} + +/* Unsupported Page */ +#unsupportedLabel, #unsupportedLinkLabel { + -moz-margin-start: 0; + -moz-padding-start: 0; +} + /* Update Found Basic Page */ #updateName, #updateFinishedName { font-weight: bold;