gecko/toolkit/themes/gnomestripe/global/notification.css
Margaret Leibovic cee522be13 Bug 615318 - Add a "not now" choice to all doorhanger notification split buttons. r=gavin, a=blocking-beta9
--HG--
extra : rebase_source : 8b350d4d9c5ce5c8a5c6b75c3d0ad45fd5abc2ec
2010-12-16 09:53:24 -08:00

65 lines
1.3 KiB
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
notification {
background-color: InfoBackground;
color: InfoText;
text-shadow: none;
}
notification[type="info"] {
background-color: -moz-Dialog;
color: -moz-DialogText;
}
notification[type="critical"] {
background-color: red;
color: white;
}
.notification-inner {
padding-top: 1px;
padding-bottom: 1px;
}
.messageText {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.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("moz-icon://stock/gtk-dialog-info?size=menu");
}
notification[type="warning"] .messageImage {
list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=menu");
}
notification[type="critical"] .messageImage {
list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
}
.messageCloseButton {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
margin-top: 0;
margin-bottom: 0;
}
/* Popup notification */
.popup-notification-description {
max-width: 248px;
}
.popup-notification-closeitem {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
}