X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert.css;h=12c32b863d32868a258bf8f9e0deeaadc4d04725;hp=193e12e7fcf3f78206fa9e80f22e32df43192aba;hb=1e8874ff0d80f10ef6a2e91931a3b1b73430236d;hpb=d5063fe179c04caee0fb9d98c5a9815df650f016 diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 193e12e7..12c32b86 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -40,6 +40,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%; @@ -59,15 +64,6 @@ label { cursor: inherit; } -.alertText[clickable="true"] { - color: #3333FF; - text-decoration: underline; -} - -.alertText[clickable="true"]:hover:active { - color: red; -} - @keyframes alert-animation { from { opacity: 0;