introduce new color style and better styling in general to SeaMonkey sidebar, restyle...
[themes.git] / LCARStrek / messenger / searchDialog.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/* ===== searchDialog.css ===============================================
6 == Styles for the Mail Search 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/* ::::: box sizes ::::: */
14
15#searchTermTree {
16 min-height: 50px;
17}
b1eaa419 18
19#searchTermListBox {
20 height: 100px;
21}
22
23#searchResultListBox {
24 margin: 5px;
25 height: 100px;
26}
ac1cdf20 27
fd47b6b0
RK
28#searchAddressBookWindow,
29#searchMailWindow {
30 padding: 0px;
31}
32
d9954aaf
RK
33.search-menulist[unavailable="true"] {
34 color: #8050B0;
35}
36
ac1cdf20 37menulist {
57d23eae 38 width: 12em;
ac1cdf20 39}
40
41menulist > menupopup > menuitem {
8caa872d 42 -moz-padding-end: 2px;
ac1cdf20 43}
44
45textbox {
46 margin: 1px 4px;
47}
57d23eae 48
3e7d9b4d
RK
49.filler {
50 -moz-padding-end: 22px;
51}
52
57d23eae 53.small-button {
54 min-width: 3em;
55 padding: 0px;
56 margin: 0px 1px;
57}
58
59listbox {
60 padding-top: 2px;
61}