X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert.css;h=0329d774dae10636e7d5a9d17597ae49c8058f12;hp=95d80ce0a54ad9872d937448fcbf7906218a7056;hb=18f5421a753324176299d1a66883253f6658d863;hpb=fd47b6b0a4f08749596a64fb037173cfcceba5cd diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index 95d80ce0..0329d774 100644 --- a/EarlyBlue/global/alerts/alert.css +++ b/EarlyBlue/global/alerts/alert.css @@ -69,8 +69,15 @@ -moz-margin-end: 6px; } -.alertText[clickable="true"] { +#alertNotification[clickable="true"] { cursor: pointer; +} + +label { + cursor: inherit; +} + +.alertText[clickable="true"] { color: blue; text-decoration: underline; }