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/* ===== filterDialog.css ===============================================
6  == Styles for the Mail Filters dialog.
7  ======================================================================= */
8
9@import url("chrome://messenger/skin/messenger.css");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13/* ::::: columns :::::: */
14
15treechildren::-moz-tree-image(activeColumn) {
16  list-style-image: url("chrome://global/skin/checkbox/cbox.png");
17}
18
19treechildren::-moz-tree-image(activeColumn, Enabled-true) {
20  list-style-image: url("chrome://global/skin/checkbox/cbox-check.png");
21}
22
23.search-menulist, .search-value-menulist {
24  width: 12em;
25}
26
27.search-menulist[unavailable="true"] {
28  color: #8C99AB;
29}
30
31.small-button {
32  min-width: 3em;
33  padding: 0px;
34  margin: 0px 1px;
35}
36
37textbox {
38  margin: 1px 4px;
39}
40
41#FilterEditor {
42  padding: 0px;
43}
44
45#filterListDialog {
46  padding: 0px;
47}
48
49.filler {
50  padding-inline-end: 22px;
51}
52
53.ruleaction {
54  border: 1px solid transparent;
55}
56
57.ruleactionitem {
58  min-width: 20em;
59}
60
61.ruleaction-type {
62  min-width: 15em;
63}
64