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;
|
2009-09-04 03:58:18 -07:00
|
|
|
text-shadow: none;
|
2007-12-13 23:34:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2009-06-10 15:54:22 -07:00
|
|
|
.notification-inner {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageText {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2007-12-13 23:34:37 -08:00
|
|
|
.messageImage {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2009-02-24 00:30:46 -08:00
|
|
|
-moz-margin-start: 6px;
|
|
|
|
-moz-margin-end: 1px;
|
2007-12-13 23:34:37 -08:00
|
|
|
}
|
|
|
|
|
2008-04-29 14:29:30 -07:00
|
|
|
/* 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");
|
|
|
|
}
|
|
|
|
|
2007-12-13 23:34:37 -08:00
|
|
|
.messageCloseButton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
2009-06-10 15:54:22 -07:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2007-12-13 23:34:37 -08:00
|
|
|
}
|