adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / communicator.css
CommitLineData
f6e0a33f 1@import url(chrome://global/skin/);
2
3@import url(chrome://communicator/skin/box.css);
4@import url(chrome://communicator/skin/button.css);
5@import url(chrome://communicator/skin/brand.css);
6@import url(chrome://communicator/skin/formatting.css);
7@import url(chrome://communicator/skin/toolbar.css);
8
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
10@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
11
12#offline-status[offline="true"]
13 {
14 list-style-image : url("chrome://communicator/skin/offline.gif");
15 }
16
17#offline-status
18 {
19 list-style-image : url("chrome://communicator/skin/online.gif");
20 }
21
22.up {
23 list-style-image:url("chrome://global/skin/scroll-up.gif");
24 min-width: 0px;
25}
26
27.up[disabled="true"] {
28 list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
29}
30
31.down {
32 min-width: 0px;
33 list-style-image:url("chrome://global/skin/scroll-down.gif");
34}
35
36.down[disabled="true"] {
37 list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
38}
39