X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=8c883845791b4fefcf0520b1b91aae1f98978701;hb=d184e6f38e7cf172d5cdcfd4c3e0df3e15e66996;hp=7c7f9026f6a8f932f5691c6e9ed02840c511ed73;hpb=a67d7bb0a8ce3ce69e07db80ceb3fe527f2972cc;p=themes.git diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 7c7f9026..8c883845 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -242,7 +242,6 @@ .category[selected] { background-color: #008484; color: #FFCF00; - font-weight: bold; border-color: #9C9CFF; } @@ -425,10 +424,6 @@ background-origin: border-box; } -.addon[status="installing"] { - -moz-box-align: center; -} - .details { cursor: pointer; margin: 0; @@ -463,8 +458,7 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.name-container, -.addon[status="installing"] .name { +.name-container { font-size: 150%; font-weight: bold; color: #9C9CFF; @@ -681,10 +675,6 @@ opacity: 0; } -#detail-view:not([loading]) .alert-container { - visibility: collapse; -} - #detail-view[loading-extended] .loading { opacity: 1; -moz-transition-property: opacity; @@ -732,7 +722,7 @@ margin-bottom: 2em; } -#detail-desc { +#detail-desc, #detail-fulldesc { -moz-margin-start: 6px; white-space: pre-wrap; /* This is necessary to fix layout issues with multi-line descriptions, see @@ -741,6 +731,10 @@ min-width: 8em; } +#detail-fulldesc { + margin-top: 1em; +} + #detail-contributions { border-radius: 5px; border: 1px solid #9C9CFF; @@ -874,7 +868,6 @@ border-radius: 0 3px 3px 0; } -.download-progress .pause, .download-progress .cancel { -moz-appearance: none; background-color: #8050B0; @@ -885,26 +878,19 @@ margin: 3px; } -.download-progress .pause .button-box, .download-progress .cancel .button-box { padding: 0; border: none; } -.download-progress .pause .button-text, .download-progress .cancel .button-text { display: none; } -.download-progress .pause .button-icon, .download-progress .cancel .button-icon { -moz-margin-start: 0; } -.download-progress .pause { - list-style-image: url('chrome://mozapps/skin/extensions/pause.png'); -} - .download-progress .cancel { list-style-image: url('chrome://mozapps/skin/extensions/cancel.png'); }