some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[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"],
cf0d81c6 37#identitiesList > listitem:first-child {
32fb9cf9 38 font-weight: bold;
39}
b70a3a73 40
cf0d81c6
RK
41treechildren::-moz-tree-cell-text(isDefaultServer-true) {
42 text-decoration: underline;
43}
44
45#accounttree treechildren::-moz-tree-indentation {
46 width: 1ch;
47}
48
d61a45b2 49#contentFrame {
dae45075 50 margin-inline-start: 2px;
d61a45b2
RK
51}
52
b70a3a73 53/* ::::: SMTP Server Panel :::::: */
54
55.smtpServerListItem {
dae45075 56 padding-inline-start: 3px;
b70a3a73 57}
58
59#backgroundBox {
60 background-color: #CCD0DD;
61}
62
63#smtpServerInfoBox textbox {
64 background-color: transparent;
cf0d81c6 65}