sync both themes with suite classic changes in SeaMonkey 2.21
[themes.git] / EarlyBlue / messenger / accountManage.css
CommitLineData
9099c61d
RK
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/. */
f6e0a33f 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.specialFolderPickerGrid {
8caa872d 16 -moz-margin-start: 20px;
f6e0a33f 17}
32fb9cf9 18
1697de53 19.fccReplyFollowsParent {
8caa872d 20 -moz-margin-start: 20px;
1697de53 21}
22
32fb9cf9 23.selectForOfflineUseButton {
24 list-style-image: url("chrome://communicator/skin/icons/offline.gif");
25}
26
27.selectForOfflineUseButton > .button-box > .button-icon {
8caa872d
RK
28 -moz-margin-start: 4px;
29 -moz-margin-end: 4px;
32fb9cf9 30}
31
aeb317b8
RK
32.signatureBox {
33 font-family: -moz-fixed;
34}
35
ce32ff33 36#identitiesList > listitem:first-child,
32fb9cf9 37treechildren::-moz-tree-cell-text(isDefaultServer-true) {
38 font-weight: bold;
39}
b70a3a73 40
d61a45b2
RK
41#contentFrame {
42 -moz-margin-start: 2px;
43}
44
b70a3a73 45/* ::::: SMTP Server Panel :::::: */
46
47.smtpServerListItem {
8caa872d 48 -moz-padding-start: 3px;
b70a3a73 49}
50
51#backgroundBox {
52 background-color: #CCD0DD;
53}
54
55#smtpServerInfoBox textbox {
56 background-color: transparent;
57}