2007-12-13 23:34:37 -08:00
|
|
|
@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;
|
2008-02-09 22:05:34 -08:00
|
|
|
color: -moz-DialogText;
|
2007-12-13 23:34:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
notification[type="critical"] {
|
|
|
|
background-color: red;
|
2008-02-09 22:05:34 -08:00
|
|
|
color: white;
|
2007-12-13 23:34:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.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("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
}
|