X-Git-Url: https://git-public.kairo.at//?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2FallDownloadsViewOverlay.css;h=4ac7d8e0d666992f44b4481a8fe077acec93e301;hb=b1d1a8bbaca0a31b2c2581911368b6892d447718;hp=d4d17a7dab12a25686d8bbbd6884a63b3d2174db;hpb=7c1e433be6221f02302397a7d5bcf1e25b949a75;p=themes.git diff --git a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css index d4d17a7d..4ac7d8e0 100644 --- a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css +++ b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css @@ -4,8 +4,10 @@ /* === BEGIN allDownloadsViewOverlay.inc.css === */ -/*** View and outer controls ***/ +/* In the original, this is at the end of the file as a preprocessor-include */ +@import url("progressmeter.inc.css"); +/*** View and outer controls ***/ #downloadsRichListBox { /** The default listbox appearance comes with an unwanted margin. **/ @@ -22,38 +24,109 @@ } .downloadTypeIcon { - -moz-margin-end: 8px; - -moz-margin-start: 8px; - /* explicitly size the icon, so size doesn't vary on hidpi systems */ - height: 32px; + margin: 8px 13px; width: 32px; + height: 32px; +} + +.downloadBlockedBadge { + margin: 0 5px; + background: url("chrome://browser/skin/downloads/download-blocked.svg") top right / 16px no-repeat; +} + +.downloadBlockedBadge:-moz-locale-dir(rtl) { + background-position-x: left; +} + +richlistitem.download[verdict="PotentiallyUnwanted"] .downloadBlockedBadge { + background-image: url("chrome://browser/skin/warning.svg"); } -.blockedIcon { - list-style-image: url("chrome://global/skin/icons/alert-error.gif"); +richlistitem.download[verdict="Uncommon"] .downloadBlockedBadge { + background-image: url("chrome://browser/skin/info.svg"); +} + +richlistitem.download > toolbarseparator { + display: none; } .downloadTarget { - margin-bottom: 3px; - cursor: inherit; + margin: 0; } .downloadDetails { opacity: 0.7; font-size: 95%; - cursor: inherit; + /* Use calc() to keep the height consistent with .downloadTarget, so that the + progress bar can be vertically centered. */ + margin: 4px 0 calc(1em / 0.95 - 1em); } .downloadButton { + -moz-box-align: center; background: transparent; min-width: 0; min-height: 0; - margin: 3px; + margin: 0; border: none; - padding: 5px; - list-style-image: url("chrome://browser/skin/downloads/buttons.png"); + padding: 0 18px; + color: inherit; +} + +.downloadButton > .button-box { + -moz-appearance: none; + padding: 2px !important; + border-radius: 50%; +} + +.downloadButton > .button-box > .button-icon { + width: 16px; + height: 16px; + margin: 0; + filter: url("chrome://browser/skin/filters.svg#fill"); + fill: currentColor; } +.downloadButton > .button-box > .button-text { + display: none; +} + +.downloadButton:hover > .button-box { + background-color: #A09090; + color: #000000; +} + +.downloadButton:hover:active > .button-box { + background-color: #FF9F00; +} + +richlistitem.download[selected] > .downloadButtonArea > .downloadButton:hover > .button-box { + background-color: #FFCF00; + color: #000000; +} + +richlistitem.download[selected] > .downloadButtonArea > .downloadButton:hover:active > .button-box { + background-color: #FF9F00; + color: #000000; +} + +/*** Button icons ***/ + +.downloadIconCancel > .button-box > .button-icon { + list-style-image: url("chrome://browser/skin/panel-icons.svg#cancel"); +} + +.downloadIconShow > .button-box > .button-icon { + list-style-image: url("chrome://browser/skin/panel-icons.svg#folder"); +} + +.downloadIconRetry > .button-box > .button-icon { + list-style-image: url("chrome://browser/skin/panel-icons.svg#retry"); +} + +/*** Progressmeter ***/ +/* %include progressmeter.inc.css - this happens as @import at the start of the file */ + /* === END allDownloadsViewOverlay.inc.css === */ /*** List items ***/