summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/classic/messenger/filterDialog.css
blob: 87ae896f14e386ed9183da4fcb11faa1de0e6443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* ===== filterDialog.css ===============================================
  == Styles for the Mail Filters dialog.
  ======================================================================= */

@import url("chrome://messenger/skin/messenger.css");

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* ::::: columns :::::: */

listcell.listcell-iconic > .listcell-label {
  display: none;
}

listcell[enabled="false"] {
  list-style-image: url("chrome://messenger/skin/icons/dot.png");
}

listcell[enabled="true"] {
  list-style-image: url("chrome://messenger/skin/icons/check.png");
}

.small-button {
  min-width: 3em;
  padding: 0px;
  margin: 0px 1px;
}

.search-menulist, .search-value-menulist {
  width: 12em;
}

.search-menulist[unavailable="true"] {
  color: GrayText;
}

textbox {
  margin: 1px 4px;
}

#FilterEditor {
  padding: 0px;
}

#filterListDialog {
  padding: 0px;
}

.filler {
  padding-inline-end: 22px;
}

.ruleaction {
  border: 1px solid transparent;
}

.ruleactionitem {
  min-width: 20em;
}

.ruleaction-type {
  min-width: 15em;
}