X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2Fdownloads.css;h=027c6834ef204f675205a6604aeb8045bbd48aa7;hp=e91d6f23c4b5d5b6213e8b0c95e4a15c3a0911da;hb=c29b709d831267c35464cdff935f54cd752609db;hpb=64897c3a854fb98e44c6d36c851ac49d72b25c5b diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index e91d6f23..027c6834 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -26,14 +26,13 @@ } #downloadsListBox { - width: 60ch; background-color: transparent; padding: 4px; color: inherit; } #downloadsHistory { - background: inherit; + background: transparent; color: #9C9CFF; cursor: pointer; } @@ -202,25 +201,25 @@ richlistitem[type="download"][state="1"] > .downloadInfo:hover { background-size: 16px; } -@-moz-keyframes downloadsIndicatorNotificationRight { - from { opacity: 0; -moz-transform: translate(-128px, 128px) scale(8); } - 20% { opacity: .85; -moz-animation-timing-function: ease-out; } - to { opacity: 0; -moz-transform: translate(0) scale(1); } +@keyframes downloadsIndicatorNotificationRight { + from { opacity: 0; transform: translate(-128px, 128px) scale(8); } + 20% { opacity: .85; animation-timing-function: ease-out; } + to { opacity: 0; transform: translate(0) scale(1); } } -@-moz-keyframes downloadsIndicatorNotificationLeft { - from { opacity: 0; -moz-transform: translate(128px, 128px) scale(8); } - 20% { opacity: .85; -moz-animation-timing-function: ease-out; } - to { opacity: 0; -moz-transform: translate(0) scale(1); } +@keyframes downloadsIndicatorNotificationLeft { + from { opacity: 0; transform: translate(128px, 128px) scale(8); } + 20% { opacity: .85; animation-timing-function: ease-out; } + to { opacity: 0; transform: translate(0) scale(1); } } #downloads-indicator[notification] > #downloads-indicator-anchor > #downloads-indicator-notification { - -moz-animation-name: downloadsIndicatorNotificationRight; - -moz-animation-duration: 1s; + animation-name: downloadsIndicatorNotificationRight; + animation-duration: 1s; } #downloads-indicator[notification]:-moz-locale-dir(rtl) > #downloads-indicator-anchor > #downloads-indicator-notification { - -moz-animation-name: downloadsIndicatorNotificationLeft; + animation-name: downloadsIndicatorNotificationLeft; } /*** Progress bar and text ***/