seventh part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / messenger / accountManage.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 /* ===== accountManage.css ==============================================
6   == Styles for the Mail Account Manager.
7   ======================================================================= */
8
9 @import url("chrome://messenger/skin/");
10
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13 /* ::::: account manager :::::: */
14
15 page {
16   padding: 0 !important;
17 }
18
19 .specialFolderPickerGrid {
20   -moz-margin-start: 20px;
21 }
22
23 .fccReplyFollowsParent {
24   -moz-margin-start: 20px;
25 }
26
27 .selectForOfflineUseButton {
28   list-style-image: url("chrome://communicator/skin/icons/offline.gif");
29 }
30
31 .selectForOfflineUseButton > .button-box > .button-icon {
32   -moz-margin-start: 4px;
33   -moz-margin-end: 4px;
34 }
35
36 .signatureBox {
37   font-family: -moz-fixed;
38 }
39
40 listitem[default="true"],
41 #identitiesList > listitem:first-child,
42 treechildren::-moz-tree-cell-text(isDefaultServer-true) {
43   font-weight: bold;
44 }
45
46 #contentFrame {
47   -moz-margin-start: 2px;
48 }
49
50 /* ::::: SMTP Server Panel :::::: */
51
52 .smtpServerListItem {
53   -moz-padding-start: 3px;
54 }
55
56 #backgroundBox {
57   background-color: #000000;
58 }
59
60 #smtpServerInfoBox textbox {
61   background-color: transparent;
62 }