aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/alerts/alert-common.css
diff options
context:
space:
mode:
authorHorst31802017-01-23 15:16:14 +0100
committerHorst31802017-01-23 15:16:14 +0100
commitde6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch)
tree41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/global/alerts/alert-common.css
parent436efe96181eaff50fac1647f140e298fe11569e (diff)
downloadsolarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.gz
solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.xz
solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.zip
update to 51.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/global/alerts/alert-common.css')
-rw-r--r--arc-firefox-theme/chrome/global/alerts/alert-common.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/alerts/alert-common.css b/arc-firefox-theme/chrome/global/alerts/alert-common.css
index a58388e..010e893 100644
--- a/arc-firefox-theme/chrome/global/alerts/alert-common.css
+++ b/arc-firefox-theme/chrome/global/alerts/alert-common.css
@@ -26,6 +26,12 @@
animation-name: alert-closing-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;