complete sync of both themes with toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / LCARStrek / browser / downloads / downloads.css
index e91d6f23c4b5d5b6213e8b0c95e4a15c3a0911da..cc6468a0b53392ac8870777c696af36c0f8fc2b8 100644 (file)
@@ -203,15 +203,15 @@ richlistitem[type="download"][state="1"] > .downloadInfo:hover {
 }
 
 @-moz-keyframes downloadsIndicatorNotificationRight {
-  from { opacity: 0; -moz-transform: translate(-128px, 128px) scale(8); }
+  from { opacity: 0; transform: translate(-128px, 128px) scale(8); }
   20%  { opacity: .85; -moz-animation-timing-function: ease-out; }
-  to   { opacity: 0; -moz-transform: translate(0) scale(1); }
+  to   { opacity: 0; transform: translate(0) scale(1); }
 }
 
 @-moz-keyframes downloadsIndicatorNotificationLeft {
-  from { opacity: 0; -moz-transform: translate(128px, 128px) scale(8); }
+  from { opacity: 0; transform: translate(128px, 128px) scale(8); }
   20%  { opacity: .85; -moz-animation-timing-function: ease-out; }
-  to   { opacity: 0; -moz-transform: translate(0) scale(1); }
+  to   { opacity: 0; transform: translate(0) scale(1); }
 }
 
 #downloads-indicator[notification] > #downloads-indicator-anchor > #downloads-indicator-notification {