X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2Fdownloads.css;h=e75837d279edf625384483b6566d9855c7735f2f;hp=b7d846ef95aad98ad004f210f68a1450535a51be;hb=e75098eb38611d5e2f2277ea6ff11077b8aba86f;hpb=0300f0d7832475ae13f16003b9864714dd8ed462 diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index b7d846ef..e75837d2 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -144,7 +144,7 @@ richlistitem[type="download"]:first-child { /*** Highlighted list items ***/ -#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"]:hover { +#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"]:hover { border-radius: 3px; background-color: #794900; color: #FFCF00; @@ -203,6 +203,7 @@ richlistitem[type="download"]:hover > stack > .downloadButton.downloadRetry:acti #downloads-indicator[attention]:hover > #downloads-indicator-anchor > #downloads-indicator-icon { background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 18, 108, 36, 90) center no-repeat; + color: #000000; } #downloads-indicator-icon:-moz-lwtheme-brighttext { @@ -228,9 +229,11 @@ richlistitem[type="download"]:hover > stack > .downloadButton.downloadRetry:acti } #downloads-indicator:not([counter]):hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, +#downloads-indicator[open="true"]:not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, #downloads-indicator:not([counter])[attention]:hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 18, 108, 36, 90) center no-repeat; + background-size: 12px; } /*** Download notifications ***/ @@ -293,6 +296,11 @@ richlistitem[type="download"]:hover > stack > .downloadButton.downloadRetry:acti 0 1px 1.5px rgba(0,0,0,.5);*/ } +#downloads-indicator[counter]:hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, +#downloads-indicator[counter][open="true"] > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { + color: #000000; +} + #downloads-indicator-progress { width: 16px; height: 5px;