sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / EarlyBlue / global / alerts / alert-common.css
index 943f66f6d3e6e22e02d6790b3afbe80d3d8bee02..7c86ca73b983aff82c926f3011fe7af0df7e6fa2 100644 (file)
   animation-name: alert-fadeout-animation;
 }
 
+#alertBox[animate]:not([clicked]):not([closing]):hover {
+  /* !important is necessary because CSS animations have highest
+     importance in the cascade with exception to !important rules. */
+  opacity: 1 !important;
+}
+
 @keyframes alert-animation {
   from {
     opacity: 0;