correct a few wrong pixels in this image
[themes.git] / EarlyBlue / global / notification.css
CommitLineData
df8c26c4
RK
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3notification {
4 background-color : #FFFFCC;
5 color: #000000;
6}
7
8notification[type="info"] {
9 background-color: #CCD0DD;
d0ff98fe 10 color: #000000;
df8c26c4
RK
11}
12
13notification[type="critical"] {
14 background-color: #FFC0C0;
d0ff98fe 15 color: #000000;
df8c26c4
RK
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}