better styles for textbox focus highlight
[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;
10}
11
12notification[type="critical"] {
13 background-color: #FFC0C0;
14}
15
16.messageImage {
17 width: 16px;
18 height: 16px;
19 margin: 0px 1px 0px 6px;
20}
21
22.messageText {
23 -moz-margin-start: 5px;
24}
25
26.messageButton {
27 margin: 0px 5px 0px 5px;
28}
29
30.messageCloseButton {
31 list-style-image: url("chrome://global/skin/icons/close-button.gif");
32 padding: 4px 2px;
33 border: none;
34}