toolkit/themes/osx/global/richlistbox.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/richlistbox.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     1.9 +
    1.10 +richlistbox {
    1.11 +  -moz-appearance: listbox;
    1.12 +  margin: 2px 4px;
    1.13 +  background-color: -moz-Field;
    1.14 +  color: -moz-FieldText;
    1.15 +}
    1.16 +
    1.17 +richlistbox[disabled="true"] {
    1.18 +  color: GrayText;
    1.19 +}
    1.20 +
    1.21 +richlistitem[selected="true"] {
    1.22 +  background-color: -moz-Dialog;
    1.23 +  color: -moz-DialogText;
    1.24 +}
    1.25 +
    1.26 +richlistbox:focus > richlistitem[selected="true"] {
    1.27 +  background-color: Highlight;
    1.28 +  color: HighlightText;
    1.29 +}
    1.30 +

mercurial