make links have more contrast to black, add new design to SeaMonkey profile manager
[themes.git] / EarlyBlue / 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/. */
f6e0a33f 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}
85376731 18
19#searchTermListBox {
20 height: 100px;
21}
22
23#searchResultListBox {
24 margin: 5px;
25 height: 100px;
26}
b618d1fd 27
fd47b6b0
RK
28#searchAddressBookWindow,
29#searchMailWindow {
30 padding: 0px;
31}
32
33search-menulist[unavailable="true"] {
d9954aaf
RK
34 color: #808080;
35}
36
b618d1fd 37menulist {
b70a3a73 38 width: 12em;
b618d1fd 39}
40
41menulist > menupopup > menuitem {
8caa872d 42 -moz-padding-end: 2px;
b618d1fd 43}
44
45textbox {
46 margin: 1px 4px;
47}
b70a3a73 48
3e7d9b4d
RK
49.filler {
50 -moz-padding-end: 22px;
51}
52
b70a3a73 53.small-button {
54 min-width: 3em;
55 padding: 0px;
56 margin: 0px 1px;
57}
58
59listbox {
60 padding-top: 2px;
58a9dcb5 61}