make sure the menuitem radios and checkmarks show up and the items do not inherit...
[themes.git] / LCARStrek / 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/. */
03f6f39c 4
f98e9249 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
03f6f39c 6
f98e9249 7richlistbox {
569543b3 8 border-radius: 5px;
f98e9249
RK
9 border: 1px solid #9C9CFF;
10 margin: 2px 4px;
11 background-color: #000000;
12 color: #FF9F00;
03f6f39c 13}
14
f98e9249
RK
15richlistbox[disabled="true"] {
16 border: 1px solid #8050B0;
17 color: #8050B0;
03f6f39c 18}
19
f98e9249
RK
20richlistitem[selected="true"] {
21 background-color: #008484;
22 color: #000000;
03f6f39c 23}
24
f98e9249
RK
25richlistbox:focus > richlistitem[selected="true"] {
26 background-color: #008484;
27 color: #FFCF00;
03f6f39c 28}
29
024ec655 30richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
f98e9249 31 outline: 1px dotted #FF9F00;
e0b5363a 32 outline-offset: -1px;
03f6f39c 33}
34
024ec655 35richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {
f98e9249 36 outline: 1px dotted #FF9F00;
03f6f39c 37}
38