first (largest) part of sync for both themes with toolkit windows theme changes in...
[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 {
dae45075 16 margin-inline-start: 20px;
f6e0a33f 17}
32fb9cf9 18
1697de53 19.fccReplyFollowsParent {
dae45075 20 margin-inline-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 {
dae45075
RK
28 margin-inline-start: 4px;
29 margin-inline-end: 4px;
32fb9cf9 30}
31
aeb317b8
RK
32.signatureBox {
33 font-family: -moz-fixed;
34}
35
4bbe2504 36listitem[default="true"],
ce32ff33 37#identitiesList > listitem:first-child,
32fb9cf9 38treechildren::-moz-tree-cell-text(isDefaultServer-true) {
39 font-weight: bold;
40}
b70a3a73 41
d61a45b2 42#contentFrame {
dae45075 43 margin-inline-start: 2px;
d61a45b2
RK
44}
45
b70a3a73 46/* ::::: SMTP Server Panel :::::: */
47
48.smtpServerListItem {
dae45075 49 padding-inline-start: 3px;
b70a3a73 50}
51
52#backgroundBox {
53 background-color: #CCD0DD;
54}
55
56#smtpServerInfoBox textbox {
57 background-color: transparent;
58}