X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2Findicator.css;h=b89998cfb338124eb90b2d696de4c9d0dd862851;hb=dbad77eabc8467c637024bc9963f45310d15565c;hp=a9274484924e7320c6c4ce0a50d45a4a54e2a2fa;hpb=c9b0a39698caad3beaf5228ce051ec83042d4de9;p=themes.git diff --git a/LCARStrek/browser/downloads/indicator.css b/LCARStrek/browser/downloads/indicator.css index a9274484..b89998cf 100644 --- a/LCARStrek/browser/downloads/indicator.css +++ b/LCARStrek/browser/downloads/indicator.css @@ -2,6 +2,74 @@ * 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 indicator.inc.css === */ + +#downloads-indicator-progress-icon { + background: var(--downloads-indicator-image-attention) bottom no-repeat; + background-size: 18px; + margin-top: 18px; + /* From javascript side we use animation delay from 0s to -100s to show + * corresponding frames needed for progress. + * animation-delay is set to a positive value to make nothing shown. + */ + animation-play-state: paused; + animation-delay: 1s; + animation-duration: 100s; + animation-timing-function: linear; + animation-name: indicatorArrowProgress; +} +/* +toolbar[brighttext] #downloads-indicator-progress-icon { + background-image: var(--downloads-indicator-image-attention-inverted); + animation-name: indicatorArrowProgressDark; +} +*/ +@keyframes indicatorArrowProgress { + 0% { + margin-top: 12px; + filter: brightness(1.2); + } + 100% { + margin-top: 2px; + filter: brightness(1); + } +} +/* +@keyframes indicatorArrowProgressDark { + 0% { + margin-top: 12px; + filter: brightness(0.7); + } + 100% { + margin-top: 2px; + filter: brightness(1); + } +} +*/ +#downloads-button[notification="start"] > #downloads-indicator-anchor > #downloads-indicator-icon { + animation-name: downloadsIndicatorStartJump; + /* Upon changing the overall duration below, please keep the delay time of + setTimeout() identical in indicator.js for this animation. */ + animation-duration: 0.5s; + animation-delay: 1s; + animation-iteration-count: 2; +} + +@keyframes downloadsIndicatorStartJump { + 0% { + transform: translateY(0); + animation-timing-function: ease-out; + } + 50% { + transform: translateY(-3px); + animation-timing-function: ease-in; + } + 100% { + transform: translateY(0); + } +} +/* === END indicator.inc.css === */ + /*** Status and progress indicator ***/ #downloads-animation-container { @@ -21,15 +89,17 @@ /*@media not all and (min-resolution: 1.1dppx) {*/ #downloads-button { - --downloads-indicator-icon: -moz-image-rect(url("chrome://browser/skin/ToolbarFx.png"), 0, 198, 18, 180); - --downloads-indicator-icon-hover: -moz-image-rect(url("chrome://browser/skin/ToolbarFx.png"), 18, 198, 36, 180); - --downloads-indicator-icon-attention: url("chrome://browser/skin/downloads/download-glow.png"); + --downloads-indicator-image: -moz-image-rect(url("chrome://browser/skin/ToolbarFx.png"), 0, 198, 18, 180); + --downloads-indicator-image-hover: -moz-image-rect(url("chrome://browser/skin/ToolbarFx.png"), 18, 198, 36, 180); + --downloads-indicator-image-attention: -moz-image-rect(url("chrome://browser/skin/ToolbarFx.png"), 36, 198, 54, 180); +/* --downloads-indicator-image-inverted: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 198, 18, 180); + --downloads-indicator-image-attention-inverted: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 18, 198, 36, 180);*/ } /*}*/ #downloads-indicator-icon { - background: var(--downloads-indicator-icon) center no-repeat; + background: var(--downloads-indicator-image) center no-repeat; width: 18px; height: 18px; background-size: 18px; @@ -38,19 +108,49 @@ #downloads-button:hover > #downloads-indicator-anchor > #downloads-indicator-icon, #downloads-button[open="true"] > #downloads-indicator-anchor > #downloads-indicator-icon, #downloads-button[attention]:hover > #downloads-indicator-anchor > #downloads-indicator-icon { - background-image: var(--downloads-indicator-icon-hover); + background-image: var(--downloads-indicator-image-hover); color: #000000; } -toolbar[brighttext] #downloads-button:not([attention]) > #downloads-indicator-anchor > #downloads-indicator-icon { -/* background-image: var(--downloads-indicator-icon-inverted); */ +toolbar[brighttext] #downloads-button:not([attention="success"]) > #downloads-indicator-anchor > #downloads-indicator-icon { +/* background-image: var(--downloads-indicator-image-inverted); */ +} + +#downloads-button[attention="warning"] > .toolbarbutton-badge-stack > .toolbarbutton-badge, +#downloads-button[attention="severe"] > .toolbarbutton-badge-stack > .toolbarbutton-badge { + display: -moz-box; + height: 8px; + width: 8px; + min-width: 0; + border-radius: 50%; + /* "!important" is necessary to override the rule in toolbarbutton.css */ + margin-top: -1px !important; + margin-right: -2px !important; +} + +#downloads-button[cui-areatype="toolbar"] > .toolbarbutton-badge-stack > .toolbarbutton-badge { + height: 7px; + width: 7px; +} + +#downloads-button[attention="severe"] > .toolbarbutton-badge-stack > .toolbarbutton-badge { + background: #FF0000; +} + +#downloads-button[attention="warning"] > .toolbarbutton-badge-stack > .toolbarbutton-badge { + background: #FFCF00; +} + +#downloads-button[attention="severe"] > .toolbarbutton-badge-stack > .toolbarbutton-badge:-moz-window-inactive, +#downloads-button[attention="warning"] > .toolbarbutton-badge-stack > .toolbarbutton-badge:-moz-window-inactive { + filter: none; } -#downloads-button[attention] > #downloads-indicator-anchor > #downloads-indicator-icon { - background-image: var(--downloads-indicator-icon-attention); +#downloads-button[attention="success"] > #downloads-indicator-anchor > #downloads-indicator-icon { + background-image: var(--downloads-indicator-image-attention); } -#downloads-button[cui-areatype="menu-panel"][attention] { +#downloads-button[cui-areatype="menu-panel"][attention="success"] { list-style-image: url("chrome://browser/skin/downloads/download-glow-menuPanel.png"); -moz-image-region: auto; } @@ -59,18 +159,18 @@ toolbar[brighttext] #downloads-button:not([attention]) > #downloads-indicator-an equivalent to -moz-any([progress], [paused]). */ #downloads-button:not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { - background: var(--downloads-indicator-icon) center no-repeat; + background: var(--downloads-indicator-image) center no-repeat; background-size: 12px; } -#downloads-button:not([counter])[attention] > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { - background-image: var(--downloads-indicator-icon-attention); +#downloads-button:not([counter])[attention="success"] > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { + background-image: var(--downloads-indicator-image-attention); } #downloads-button:not([counter]):hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, #downloads-button[open="true"]:not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter, -#downloads-button:not([counter])[attention]:hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { - background-image: var(--downloads-indicator-icon-hover); +#downloads-button:not([counter])[attention="success"]:hover > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter { + background-image: var(--downloads-indicator-image-hover); background-size: 12px; }