sync both themes with classic theme changes in SeaMonkey 2.27 cycle
[themes.git] / LCARStrek / messenger / filterDialog.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/* ===== filterDialog.css ===============================================
6 == Styles for the Mail Filters dialog.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13/* ::::: columns :::::: */
14
01fc5c11 15treechildren::-moz-tree-image(activeColumn) {
b1eaa419 16 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
351107c9 17}
18
01fc5c11 19treechildren::-moz-tree-image(activeColumn, Enabled-true) {
b1eaa419 20 list-style-image: url("chrome://messenger/skin/icons/check.gif");
351107c9 21}
ac1cdf20 22
57d23eae 23.small-button {
24 min-width: 3em;
25 padding: 0px;
26 margin: 0px 1px;
27}
28
4605f956 29.search-menulist, .search-value-menulist {
57d23eae 30 width: 12em;
ac1cdf20 31}
32
d9954aaf
RK
33.search-menulist[unavailable="true"] {
34 color: #8050B0;
35}
36
ac1cdf20 37textbox {
38 margin: 1px 4px;
39}
40
719b06bc
RK
41#FilterEditor {
42 padding: 0px;
43}
44
f948fe89
RK
45#filterListDialog {
46 padding: 0px;
47}
48
4605f956 49.filler {
8caa872d 50 -moz-padding-end: 22px;
4605f956 51}
52
cf89ee7b
RK
53.ruleaction {
54 border: 1px solid transparent;
55}
56
4605f956 57.ruleactionitem {
6046f027 58 min-width: 20em;
59}
60
61.ruleaction-type {
4605f956 62 min-width: 15em;
63}