diff options
Diffstat (limited to 'comm/suite/themes/modern/messenger/searchDialog.css')
-rw-r--r-- | comm/suite/themes/modern/messenger/searchDialog.css | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/comm/suite/themes/modern/messenger/searchDialog.css b/comm/suite/themes/modern/messenger/searchDialog.css new file mode 100644 index 0000000000..a47f54c17b --- /dev/null +++ b/comm/suite/themes/modern/messenger/searchDialog.css @@ -0,0 +1,59 @@ +/* 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/messenger.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: Search Dialog adjustments ::::: */ + + +#searchTermTree { + min-height: 50px; +} + +#searchTermListBox { + height: 100px; +} + +#searchResultListBox { + margin: 5px; + height: 100px; +} + +#searchAddressBookWindow, +#searchMailWindow { + padding: 0px; +} + +.search-menulist[unavailable="true"] { + color: #8C99AB; +} + +menulist:not(#menuSearchLocalSystem) { + width: 12em; +} + +menulist:not(#menuSearchLocalSystem) > menupopup > menuitem { + padding-inline-end: 2px; +} + +.filler { + padding-inline-end: 22px; +} + +.small-button { + min-width: 3em; + padding: 0px; + margin: 0px 1px; +} + +textbox { + margin: 1px 4px; +} + |