update both themes for toolkit winstripe changes in Mozilla 21 cycle
[themes.git] / EarlyBlue / 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/. */
128000f4 4
74d14f90 5@import url("chrome://messenger/skin/");
6
128000f4 7@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
f6e0a33f 8
9/* ===== filterDialog.css ===============================================
10 == Styles for the Mail Filters dialog.
11 ======================================================================= */
12
f6e0a33f 13/* ::::: columns :::::: */
14
a1f525f0 15treechildren::-moz-tree-image(activeColumn) {
259c0f10 16 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
f6e0a33f 17}
18
a1f525f0 19treechildren::-moz-tree-image(activeColumn, Enabled-true) {
259c0f10 20 list-style-image: url("chrome://messenger/skin/icons/check.gif");
f6e0a33f 21}
b70a3a73 22
23.small-button {
24 min-width: 3em;
25 padding: 0px;
26 margin: 0px 1px;
27}
28
4a575987 29.search-menulist, .search-value-menulist {
b70a3a73 30 width: 12em;
b618d1fd 31}
32
d9954aaf
RK
33.search-menulist[unavailable="true"] {
34 color: #808080;
35}
36
b618d1fd 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
4a575987 49.filler {
8caa872d 50 -moz-padding-end: 22px;
4a575987 51}
52
cf89ee7b
RK
53.ruleaction {
54 border: 1px solid transparent;
55}
56
4a575987 57.ruleactionitem {
e68e2f2b 58 min-width: 20em;
59}
60
61.ruleaction-type {
4a575987 62 min-width: 15em;
63}