toolkit/themes/osx/global/richlistbox.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:0cff5d4dc404
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/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 richlistbox {
8 -moz-appearance: listbox;
9 margin: 2px 4px;
10 background-color: -moz-Field;
11 color: -moz-FieldText;
12 }
13
14 richlistbox[disabled="true"] {
15 color: GrayText;
16 }
17
18 richlistitem[selected="true"] {
19 background-color: -moz-Dialog;
20 color: -moz-DialogText;
21 }
22
23 richlistbox:focus > richlistitem[selected="true"] {
24 background-color: Highlight;
25 color: HighlightText;
26 }
27

mercurial