X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert.css;h=c945d7868989995278ce6dbaf586085742b0f069;hp=c4d94a7ce8a9b9af516883a590c8131f12cff746;hb=1e8874ff0d80f10ef6a2e91931a3b1b73430236d;hpb=d5063fe179c04caee0fb9d98c5a9815df650f016 diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index c4d94a7c..c945d786 100644 --- a/EarlyBlue/global/alerts/alert.css +++ b/EarlyBlue/global/alerts/alert.css @@ -39,6 +39,11 @@ margin-bottom: 8px; } +#alertNotification[clickable="true"]:hover .alertTextBox, +#alertNotification[clickable="true"]:hover .alertCloseBox { +/* background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3)); */ +} + .alertTitle { font-weight: bold; font-size: 110%; @@ -58,15 +63,6 @@ label { cursor: inherit; } -.alertText[clickable="true"] { - color: blue; - text-decoration: underline; -} - -.alertText[clickable="true"]:hover:active { - color: red; -} - @keyframes alert-animation { from { opacity: 0;