X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert-common.css;fp=EarlyBlue%2Fglobal%2Falerts%2Falert-common.css;h=7c86ca73b983aff82c926f3011fe7af0df7e6fa2;hp=943f66f6d3e6e22e02d6790b3afbe80d3d8bee02;hb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac;hpb=c877146a907a47dc9c88507a58a8048b8b5f1562 diff --git a/EarlyBlue/global/alerts/alert-common.css b/EarlyBlue/global/alerts/alert-common.css index 943f66f6..7c86ca73 100644 --- a/EarlyBlue/global/alerts/alert-common.css +++ b/EarlyBlue/global/alerts/alert-common.css @@ -26,6 +26,12 @@ 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;