X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=e2f13a3a853a21a039a184165ae608e2487578f9;hp=77dab190112c8f1fd0b708ad3883c0bedaceee6e;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=f620f94dee99ce15aab05b4cc15cbadd57bc5658 diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 77dab190..e2f13a3a 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -179,7 +179,7 @@ margin-bottom: 15px; } -.alert .addon-control { +.alert button { margin: 1em 2em; } @@ -753,6 +753,16 @@ max-height: 300px; } +#detail-screenshot[loading] { + background-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); + background-position: 50% 50%; + background-repeat: no-repeat; +} + +#detail-screenshot[loading="error"] { + background-image: url("chrome://global/skin/icons/alert-error.gif"); +} + #detail-desc-container { margin-bottom: 2em; } @@ -842,6 +852,10 @@ setting[type="string"] > .setting-input > textbox { -moz-box-flex: 1; } +setting[type="radio"] > radiogroup { + -moz-box-orient: horizontal; +} + menulist { /* Fixes some styling inconsistencies */ margin: 1px 5px 2px 5px; } @@ -991,13 +1005,7 @@ menulist { /* Fixes some styling inconsistencies */ display: none; } -setting[type="color"] colorpicker[type="button"] { -/* margin: 1px 5px 2px 5px; - padding: 3px; - height: 25px; */ -} - -.button-link { +button.button-link { background: transparent; border: none; text-decoration: underline; @@ -1006,3 +1014,7 @@ setting[type="color"] colorpicker[type="button"] { min-width: 0; margin: 0 6px; } + +/* Needed to override normal button style from inContent.css */ +button.button-link:not([disabled="true"]):active:hover { +}