X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert.css;h=83ab6050298a3ccdb6f946feb6993d32d7b1dff3;hb=4c765db1f76dcd4482d96421c80f946fd2669e5b;hp=95d80ce0a54ad9872d937448fcbf7906218a7056;hpb=e181d49eeb1dcbecff7259949174b68c78b547c9;p=themes.git diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index 95d80ce0..83ab6050 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; } @@ -88,5 +95,5 @@ -moz-padding-start: 5px; -moz-padding-end: 5px; margin-bottom: 8px; - -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */ + -moz-box-align: center; }