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/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
9 border: 1px solid #9C9CFF;
11 background-color: #000000;
15 richlistbox[disabled="true"] {
16 border: 1px solid #8050B0;
20 richlistitem[selected="true"] {
21 background-color: #008484;
25 richlistbox:focus > richlistitem[selected="true"] {
26 background-color: #008484;
30 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
31 outline: 1px dotted #FF9F00;
35 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {
36 outline: 1px dotted #FF9F00;