style new search UI
[themes.git] / EarlyBlue / global / richlistbox.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/. */
c3af6803 4
e181d49e 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
c3af6803 6
e181d49e 7richlistbox {
4d12b027 8 -moz-appearance: none;
e181d49e
RK
9 margin: 2px 4px;
10 background-color: #FFFFFF;
11 color: #000000;
c3af6803 12}
13
e181d49e
RK
14richlistbox[disabled="true"] {
15 color: #999999;
c3af6803 16}
17
e181d49e
RK
18richlistitem[selected="true"] {
19 background-color: #CCD0DD;
20 color: #000000;
c3af6803 21}
22
e181d49e
RK
23richlistbox:focus > richlistitem[selected="true"] {
24 background-color: #336699;
25 color: #FFFFFF;
c3af6803 26}
27
024ec655 28richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
e181d49e 29 outline: 1px dotted #666699;
cfae8c74 30 outline-offset: -1px;
c3af6803 31}
32
024ec655 33richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {
e181d49e 34 outline: 1px dotted #666699;
c3af6803 35}
36