X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2Fdownloads.css;h=027c6834ef204f675205a6604aeb8045bbd48aa7;hp=2bddeec9dadd09921a56abc75d61892119509918;hb=c29b709d831267c35464cdff935f54cd752609db;hpb=3e7d9b4db20c0556c92704dbb443e3513fae3012 diff --git a/LCARStrek/browser/downloads/downloads.css b/LCARStrek/browser/downloads/downloads.css index 2bddeec9..027c6834 100644 --- a/LCARStrek/browser/downloads/downloads.css +++ b/LCARStrek/browser/downloads/downloads.css @@ -26,7 +26,6 @@ } #downloadsListBox { - width: 60ch; background-color: transparent; padding: 4px; color: inherit; @@ -202,25 +201,25 @@ richlistitem[type="download"][state="1"] > .downloadInfo:hover { background-size: 16px; } -@-moz-keyframes downloadsIndicatorNotificationRight { +@keyframes downloadsIndicatorNotificationRight { from { opacity: 0; transform: translate(-128px, 128px) scale(8); } - 20% { opacity: .85; -moz-animation-timing-function: ease-out; } + 20% { opacity: .85; animation-timing-function: ease-out; } to { opacity: 0; transform: translate(0) scale(1); } } -@-moz-keyframes downloadsIndicatorNotificationLeft { +@keyframes downloadsIndicatorNotificationLeft { from { opacity: 0; transform: translate(128px, 128px) scale(8); } - 20% { opacity: .85; -moz-animation-timing-function: ease-out; } + 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 ***/