X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=5d187782ddfbe2a75540368513cf16d3cc7c374c;hp=9e5a783a93e352bb6ca8e3a753a7e14958512692;hb=938117ba0f9581f628e39f0e3624bb82e05797d9;hpb=f993773df903b31f33af331dc3fbd4394beed74d diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 9e5a783a..5d187782 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -35,22 +35,9 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#addons-page { - background-color: #000000; - color: #FF9F00; - margin: 20px; -} +@import url("chrome://global/skin/inContentUI.css"); -#view-port-container { - /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 - overflow: hidden; - */ - border: 1px solid #9C9CFF; - border-radius: 5px; -} +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .nav-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); @@ -194,7 +181,7 @@ margin-bottom: 15px; } -.alert .addon-control { +.alert button { margin: 1em 2em; } @@ -311,6 +298,9 @@ #category-plugin > .category-icon { list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png"); } +#category-dictionary > .category-icon { + list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png"); +} #category-availableUpdates > .category-icon { list-style-image: url("chrome://mozapps/skin/extensions/category-available.png"); } @@ -492,7 +482,7 @@ } .addon[active="false"] .icon { -/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */ + filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); } .addon-view[type="theme"] .icon { @@ -507,6 +497,10 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } +.addon-view[type="dictionary"] .icon { + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); +} + .name-container { font-size: 150%; font-weight: bold; @@ -635,12 +629,13 @@ } .addon[active="false"] { - /* background-color: rgba(135, 135, 135, 0.1); */ + background-color: #8050B0; + color: #E7ADE7; } -.addon-view[active="false"], .addon-view[active="false"] .name-container { color: #E7ADE7; + color: #000000; } .addon-view[notification="warning"] { @@ -813,6 +808,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; } @@ -861,19 +866,22 @@ margin-bottom: 2em; } +#detail-grid > columns > column:first-child { + max-width: 25em; +} + .detail-row[first-row="true"], -.detail-row-complex[first-row="true"] { +.detail-row-complex[first-row="true"], +setting[first-row="true"] { border-top: none; } .detail-row, -.detail-row-complex { +.detail-row-complex, +setting { border-top: 1px solid #9C9CFF; -moz-box-align: center; -} - -.detail-row-value { - -moz-margin-start: 0; + min-height: 30px; } #detail-controls { @@ -884,6 +892,29 @@ /* background-color: foo; */ } +setting[first-row="true"] { + margin-top: 2em; +} + +.preferences-description { + font-size: 90.9%; + color: #808080; + margin-top: -2px; + -moz-margin-start: 2em; +} + +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; +} + /*** creator ***/ .creator > label { @@ -899,7 +930,6 @@ /*** rating ***/ .meta-rating { - -moz-margin-start: 0; -moz-margin-end: 0; padding-top: 2px; } @@ -1031,7 +1061,7 @@ display: none; } -.button-link { +button.button-link { background: transparent; border: none; text-decoration: underline; @@ -1040,3 +1070,7 @@ min-width: 0; margin: 0 6px; } + +/* Needed to override normal button style from inContent.css */ +button.button-link:not([disabled="true"]):active:hover { +}