gecko/toolkit/themes/gnomestripe/global/notification.css

42 lines
903 B
CSS
Raw Normal View History

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
notification {
background-color: InfoBackground;
color: InfoText;
}
notification[type="info"] {
background-color: -moz-Dialog;
color: -moz-DialogText;
}
notification[type="critical"] {
background-color: red;
color: white;
}
.messageImage {
width: 16px;
height: 16px;
-moz-margin-start: 6px;
-moz-margin-end: 1px;
}
/* Default icons for notifications */
notification[type="info"] .messageImage {
list-style-image: url("chrome://global/skin/icons/information-16.png");
}
notification[type="warning"] .messageImage {
list-style-image: url("chrome://global/skin/icons/warning-16.png");
}
notification[type="critical"] .messageImage {
list-style-image: url("chrome://global/skin/icons/error-16.png");
}
.messageCloseButton {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
}