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