X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert.css;h=193e12e7fcf3f78206fa9e80f22e32df43192aba;hb=89eb2c8903d967706396ab99c0ac1f55ba11540b;hp=593fdca14e95cdc94893f9f53f9e87dc4d22faed;hpb=5462883510c31ac70246b2f0e2c840dd35dfd940;p=themes.git diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 593fdca1..193e12e7 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -28,6 +28,10 @@ width: 255px; } +.alertTextBox, +.alertCloseBox { +} + .alertBox[orient="horizontal"] > .alertImageBox { -moz-margin-end: 8px; } @@ -44,6 +48,7 @@ #alertImage { max-width: 48px; max-height: 48px; + list-style-image: url("chrome://global/skin/alerts/notification-48.png"); } #alertNotification[clickable="true"] { @@ -55,7 +60,7 @@ label { } .alertText[clickable="true"] { - color: blue; + color: #3333FF; text-decoration: underline; } @@ -77,3 +82,18 @@ label { opacity: 0; } } + +.alertCloseButton { + list-style-image: url("chrome://global/skin/icons/close.png"); + -moz-image-region: rect(0, 16px, 16px, 0); + padding: 4px 2px; +} + +.alertCloseButton > .toolbarbutton-text { + display: none; +} + +.alertCloseButton:hover, +.alertCloseButton:hover:active { + -moz-image-region: rect(0, 32px, 16px, 16px); +}