update for trunk changes between 2008-02-07 and today
[themes.git] / EarlyBlue / global / notification.css
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3 notification {
4   background-color : #FFFFCC;
5   color: #000000;
6 }
7
8 notification[type="info"] {
9   background-color: #CCD0DD;
10   color: #000000;
11 }
12
13 notification[type="critical"] {
14   background-color: #FFC0C0;
15   color: #000000;
16 }
17
18 .messageImage {
19   width: 16px;
20   height: 16px;
21   margin: 0px 1px 0px 6px;
22 }
23
24 .messageText {
25   -moz-margin-start: 5px;
26 }
27
28 .messageButton {
29   margin: 0px 5px 0px 5px;
30 }
31
32 .messageCloseButton {
33   list-style-image: url("chrome://global/skin/icons/close-button.gif");
34   padding: 4px 2px;
35   border: none;
36 }