X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert-common.css;h=6a2db0f28fb4bf5b3c9451f5595135b5af718601;hb=1c129f501737dc6a853acf124852a58f7557f169;hp=92036c2da761fb9a9fbd0d2c448cf839ad12c2b9;hpb=7729765cff651b4f095a18d7b76fa5b112150216;p=themes.git diff --git a/LCARStrek/global/alerts/alert-common.css b/LCARStrek/global/alerts/alert-common.css index 92036c2d..6a2db0f2 100644 --- a/LCARStrek/global/alerts/alert-common.css +++ b/LCARStrek/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;