some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / 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/. */
351107c9 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
1e32332f
RK
15page {
16 padding: 0 !important;
17}
18
351107c9 19.specialFolderPickerGrid {
dae45075 20 margin-inline-start: 20px;
351107c9 21}
03f6f39c 22
8c976b60 23.fccReplyFollowsParent {
dae45075 24 margin-inline-start: 20px;
8c976b60 25}
26
03f6f39c 27.selectForOfflineUseButton {
28 list-style-image: url("chrome://communicator/skin/icons/offline.gif");
29}
30
31.selectForOfflineUseButton > .button-box > .button-icon {
dae45075
RK
32 margin-inline-start: 4px;
33 margin-inline-end: 4px;
03f6f39c 34}
35
aeb317b8
RK
36.signatureBox {
37 font-family: -moz-fixed;
38}
39
4bbe2504 40listitem[default="true"],
cf0d81c6 41#identitiesList > listitem:first-child {
03f6f39c 42 font-weight: bold;
43}
57d23eae 44
cf0d81c6
RK
45treechildren::-moz-tree-cell-text(isDefaultServer-true) {
46 text-decoration: underline;
47}
48
49#accounttree treechildren::-moz-tree-indentation {
50 width: 1ch;
51}
52
26a52ec5 53#contentFrame {
dae45075 54 margin-inline-start: 2px;
26a52ec5
RK
55}
56
57d23eae 57/* ::::: SMTP Server Panel :::::: */
58
59.smtpServerListItem {
dae45075 60 padding-inline-start: 3px;
57d23eae 61}
62
63#backgroundBox {
4e53376a 64 background-color: #000000;
57d23eae 65}
66
67#smtpServerInfoBox textbox {
68 background-color: transparent;
69}