summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/searchDialog.css
blob: 3b61a474fa71d2d2d243cefc3ca3f073416f45ab (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
/* 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/. */

/* ===== searchDialog.css ===============================================
  == Styles for the Mail Search dialog.
  ======================================================================= */

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

#searchTerms > vbox {
  font: menu;
}

#checkSearchSubFolders,
#checkSearchOnline {
  margin-inline-start: 6px;
}

#booleanAndGroup {
  margin-inline-start: 4px;
}

:root:not([lwt-tree]) #searchResultListBox {
  appearance: auto;
  -moz-default-appearance: listbox;
}

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

.small-button {
  min-width: 22px;
  height: 20px;
  padding: 0;
  padding-inline-end: 1px;
  padding-bottom: 1px;
  margin: 2px 0;
}

.small-button:first-child {
  margin-inline-start: 2px;
}

#sizeCol,
#unreadCol,
#totalCol {
  text-align: right;
}

#status-bar {
  font: message-box;
  margin-top: 8px;
}