diff options
Diffstat (limited to 'src/chrome/global/richlistbox.css')
| -rw-r--r-- | src/chrome/global/richlistbox.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/global/richlistbox.css b/src/chrome/global/richlistbox.css index bb858ce..d072653 100644 --- a/src/chrome/global/richlistbox.css +++ b/src/chrome/global/richlistbox.css | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | richlistbox { | 7 | richlistbox { |
| 8 | -moz-appearance: none; | 8 | -moz-appearance: none; |
| 9 | margin: 2px 4px; | 9 | margin: 2px 4px; |
| 10 | background-color: rgb(0,0,0); | 10 | background-color: #181411; |
| 11 | color: #fff; | 11 | color: #bfbbb6; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | richlistbox[disabled="true"] { | 14 | richlistbox[disabled="true"] { |
| @@ -17,12 +17,12 @@ richlistbox[disabled="true"] { | |||
| 17 | 17 | ||
| 18 | richlistitem[selected="true"] { | 18 | richlistitem[selected="true"] { |
| 19 | background-color: rgb(1,1,1); | 19 | background-color: rgb(1,1,1); |
| 20 | color: #fff; | 20 | color: #bfbbb6; |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | richlistbox:focus > richlistitem[selected="true"] { | 23 | richlistbox:focus > richlistitem[selected="true"] { |
| 24 | background-color: rgb(1,1,1); | 24 | background-color: rgb(1,1,1); |
| 25 | color: #fff; | 25 | color: #bfbbb6; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { | 28 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { |
