X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2Fdownloads.css;h=0f05eff9c91813eba5eea8a3e002cc5c6a715458;hp=d2c4098cd1cfe40f8f173bf538239d215adf48cf;hb=990cba4bc076ff111d30c89d55b9747aa806c1af;hpb=b8384c3314eb52a081461b39f8a2b1a55e507ad3 diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index d2c4098c..0f05eff9 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -19,6 +19,10 @@ color: inherit; } +#downloadsPanel:not([hasdownloads]) > #downloadsListBox { + display: none; +} + #downloadsHistory { background: transparent; color: #9C9CFF; @@ -29,16 +33,35 @@ margin: 1em; } -/*** List items ***/ +/*** Downloads Summary and List items ***/ +#downloadsSummary, richlistitem[type="download"] { height: 7em; + -moz-padding-end: 0; + color: inherit; +} + +#downloadsSummary { + padding: 8px 38px 8px 12px; + cursor: pointer; +} + +#downloadsSummary > .downloadTypeIcon { + height: 24px; + width: 24px; + list-style-image: url("chrome://mozapps/skin/downloads/downloadIcon.png"); +} + +#downloadsSummaryDescription { + color: -moz-nativehyperlinktext; +} + +richlistitem[type="download"] { margin: 0; border-bottom: 1px dotted #9C9CFF; background: transparent; padding: 8px; - -moz-padding-end: 0; - color: inherit; } richlistitem[type="download"]:first-child { @@ -147,8 +170,7 @@ richlistitem[type="download"][state="1"]:hover { } #downloads-indicator[attention] > #downloads-indicator-anchor > #downloads-indicator-icon { - background: -moz-image-rect(url("chrome://browser/skin/downloads/download-glow.png"), - 15, 33, 33, 15) center no-repeat; + background-image: url("chrome://browser/skin/downloads/download-glow.png"); } #downloads-indicator:not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { @@ -158,8 +180,7 @@ richlistitem[type="download"][state="1"]:hover { } #downloads-indicator:not([counter])[attention] > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { - background-image: -moz-image-rect(url("chrome://browser/skin/downloads/download-glow.png"), - 16, 32, 32, 16); + background-image: url("chrome://browser/skin/downloads/download-glow.png"); } #downloads-indicator:not([counter]):hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, @@ -201,17 +222,17 @@ richlistitem[type="download"][state="1"]:hover { /*** Progress bar and text ***/ #downloads-indicator-counter { - height: 10px; - margin: 0; + height: 9px; + margin: -3px 0 0; color: #FFCF00; - font-size: 10px; - line-height: 10px; + font-size: 9px; + line-height: 9px; text-align: center; } #downloads-indicator-progress { width: 16px; - height: 6px; + height: 5px; min-width: 0; min-height: 0; margin-top: 1px;