second part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / EarlyBlue / messenger / subscribe.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /* ===== subscribe.css ==================================================
6   == Styles for the Subscribe dialog.
7   ======================================================================= */
8
9 @import url("chrome://messenger/skin/");
10
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13 /* ::::: margin adjustments :::::: */
14
15 #subscribetree {
16   margin: 0 !important;
17   border-bottom: 0px;
18 }
19
20 /* ::::: subscribed icons  :::::: */
21
22 treechildren::-moz-tree-image(subscribedColumn),
23 treechildren::-moz-tree-image(subscribedColumn2) {
24   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
25 }
26
27 treechildren::-moz-tree-image(subscribedColumn, Subscribed-true),
28 treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
29   list-style-image: url("chrome://messenger/skin/icons/check.gif");
30 }
31
32 treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) {
33   list-style-image: none;
34 }
35
36 treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
37   color: #808080;
38   font-style: italic;
39 }
40
41 /* ::::: folder icons :::::: */
42
43 treechildren::-moz-tree-image(nameColumn) {
44   -moz-margin-end: 2px;
45   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
46 }
47
48 treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
49 treechildren::-moz-tree-image(nameColumn2, nntp) {
50   -moz-margin-end: 2px;
51   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
52 }
53
54 /* ::::: server icons :::::: */
55
56 .subscribeMenuItem {
57   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
58 }
59
60 .subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
61   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
62 }
63
64 .subscribeMenuItem[ServerType="nntp"] {
65   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
66 }
67
68 .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
69   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
70 }
71
72 /* ::::: statusbar adjustments :::::: */
73
74 #statusContainerBox {
75   border: 1px inset #CCD0DD;
76   border-top: 1px solid #9999CC;
77   background-color: #666699;
78   color: #CCD0DD;
79 }