X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fdownloads%2FallDownloadsViewOverlay.css;h=1c945f232aadcc61aaf42439dfcb64bf5bea9aaa;hb=1cf9b0825ab3c891686ef5cdcde86e6a8efbf701;hp=94c370bada3e0c1e164559116524357213be09ae;hpb=5968ec68c9037501866a4d997203c8934f16fbad;p=themes.git diff --git a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css index 94c370ba..1c945f23 100644 --- a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css +++ b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css @@ -2,6 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* === BEGIN allDownloadsViewOverlay.inc.css === */ + +/*** View and outer controls ***/ + #downloadsRichListBox { /** The default listbox appearance comes with an unwanted margin. **/ -moz-appearance: none; @@ -9,21 +13,41 @@ border: none; } +/*** List items ***/ + #downloadsRichListBox > richlistitem.download { - height: 6em; + height: var(--downloads-item-height); padding: 5px 8px; } .downloadTypeIcon { - -moz-margin-end: 8px; - -moz-margin-start: 8px; - /* Prevent flickering when changing states. */ - min-height: 32px; - min-width: 32px; + margin-top: 8px; + margin-inline-end: 12px; + margin-bottom: 8px; + margin-inline-start: 0; + width: 32px; + height: 32px; +} + +.downloadBlockedBadge { + margin: 0 4px; + 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"); +} + +richlistitem.download[verdict="Uncommon"] .downloadBlockedBadge { + background-image: url("chrome://browser/skin/info.svg"); } -.blockedIcon { - list-style-image: url("chrome://global/skin/icons/alert-error.gif"); +richlistitem.download > toolbarseparator { + display: none; } .downloadTarget { @@ -38,13 +62,78 @@ } .downloadButton { + -moz-box-align: center; background: transparent; min-width: 0; min-height: 0; margin: 3px; border: none; padding: 5px; - list-style-image: url("chrome://browser/skin/downloads/buttons.png"); + color: inherit; +} + +.downloadButton > .button-box { + -moz-appearance: none; + padding: 2px !important; + border-radius: 50%; + color: graytext; +} + +.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 > .button-box { + color: inherit; +} + +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"); +} + +/* === END allDownloadsViewOverlay.inc.css === */ + +/*** List items ***/ + +:root { + --downloads-item-height: 6em; } /*** Highlighted list items ***/ @@ -58,53 +147,53 @@ richlistitem.download:not([selected]):hover { /*** Button icons ***/ -.downloadButton.downloadCancel { +.downloadButton.downloadIconCancel { -moz-image-region: rect(0px, 16px, 16px, 0px); } -richlistitem.download:hover > .downloadButton.downloadCancel, -richlistitem.download:hover > .downloadButton.downloadCancel:hover, -richlistitem.download:hover > .downloadButton.downloadCancel:active { +richlistitem.download:hover > .downloadButton.downloadIconCancel, +richlistitem.download:hover > .downloadButton.downloadIconCancel:hover, +richlistitem.download:hover > .downloadButton.downloadIconCancel:active { -moz-image-region: rect(0px, 32px, 16px, 16px); } -.downloadButton.downloadShow { +.downloadButton.downloadIconShow { -moz-image-region: rect(16px, 16px, 32px, 0px); } -richlistitem.download:hover > .downloadButton.downloadShow, -richlistitem.download:hover > .downloadButton.downloadShow:hover, -richlistitem.download:hover > .downloadButton.downloadShow:active { +richlistitem.download:hover > .downloadButton.downloadIconShow, +richlistitem.download:hover > .downloadButton.downloadIconShow:hover, +richlistitem.download:hover > .downloadButton.downloadIconShow:active { -moz-image-region: rect(16px, 32px, 32px, 16px); } -.downloadButton.downloadRetry { +.downloadButton.downloadIconRetry { -moz-image-region: rect(32px, 16px, 48px, 0px); } -richlistitem.download:hover > .downloadButton.downloadRetry, -richlistitem.download:hover > .downloadButton.downloadRetry:hover, -richlistitem.download:hover > .downloadButton.downloadRetry:active { +richlistitem.download:hover > .downloadButton.downloadIconRetry, +richlistitem.download:hover > .downloadButton.downloadIconRetry:hover, +richlistitem.download:hover > .downloadButton.downloadIconRetry:active { -moz-image-region: rect(32px, 32px, 48px, 16px); } -richlistitem.download[selected] > .downloadButton.downloadCancel, -richlistitem.download[selected]:hover > .downloadButton.downloadCancel, -richlistitem.download[selected]:hover > .downloadButton.downloadCancel:hover, -richlistitem.download[selected]:hover > .downloadButton.downloadCancel:active { +richlistitem.download[selected] > .downloadButton.downloadIconCancel, +richlistitem.download[selected]:hover > .downloadButton.downloadIconCancel, +richlistitem.download[selected]:hover > .downloadButton.downloadIconCancel:hover, +richlistitem.download[selected]:hover > .downloadButton.downloadIconCancel:active { -moz-image-region: rect(0px, 32px, 16px, 16px); } -richlistitem.download[selected] > .downloadButton.downloadShow, -richlistitem.download[selected]:hover > .downloadButton.downloadShow, -richlistitem.download[selected]:hover > .downloadButton.downloadShow:hover, -richlistitem.download[selected]:hover > .downloadButton.downloadShow:active { +richlistitem.download[selected] > .downloadButton.downloadIconShow, +richlistitem.download[selected]:hover > .downloadButton.downloadIconShow, +richlistitem.download[selected]:hover > .downloadButton.downloadIconShow:hover, +richlistitem.download[selected]:hover > .downloadButton.downloadIconShow:active { -moz-image-region: rect(16px, 32px, 32px, 16px); } -richlistitem.download[selected] > .downloadButton.downloadRetry, -richlistitem.download[selected]:hover > .downloadButton.downloadRetry, -richlistitem.download[selected]:hover > .downloadButton.downloadRetry:hover, -richlistitem.download[selected]:hover > .downloadButton.downloadRetry:active { +richlistitem.download[selected] > .downloadButton.downloadIconRetry, +richlistitem.download[selected]:hover > .downloadButton.downloadIconRetry, +richlistitem.download[selected]:hover > .downloadButton.downloadIconRetry:hover, +richlistitem.download[selected]:hover > .downloadButton.downloadIconRetry:active { -moz-image-region: rect(32px, 32px, 48px, 16px); }