X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;fp=EarlyBlue%2Fglobal%2Fnotification.css;h=445176ca4bea08d32766aa733b9b2c5100f555a9;hp=0000000000000000000000000000000000000000;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=a36a33b7053ded0c3ecebd701574377e188b653b diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css new file mode 100644 index 00000000..445176ca --- /dev/null +++ b/EarlyBlue/global/notification.css @@ -0,0 +1,34 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +notification { + background-color : #FFFFCC; + color: #000000; +} + +notification[type="info"] { + background-color: #CCD0DD; +} + +notification[type="critical"] { + background-color: #FFC0C0; +} + +.messageImage { + width: 16px; + height: 16px; + margin: 0px 1px 0px 6px; +} + +.messageText { + -moz-margin-start: 5px; +} + +.messageButton { + margin: 0px 5px 0px 5px; +} + +.messageCloseButton { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); + padding: 4px 2px; + border: none; +}