diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:05:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:05:10 +0300 |
| commit | ac70678274a2986d04e8de9cbf5ff95af87e83fd (patch) | |
| tree | 8bf99a77ac7a4bdcd1cafda6da20f85d23971e5e /src/chrome | |
| parent | 6e991dab174b81c3d6847df4e2ce749e5f3379ff (diff) | |
Update richlistbox.css
Diffstat (limited to 'src/chrome')
| -rw-r--r-- | src/chrome/global/richlistbox.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/global/richlistbox.css b/src/chrome/global/richlistbox.css index f0887e3..bb858ce 100644 --- a/src/chrome/global/richlistbox.css +++ b/src/chrome/global/richlistbox.css | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | richlistbox { | 7 | richlistbox { |
| 8 | -moz-appearance: none; | 8 | -moz-appearance: none; |
| 9 | margin: 2px 4px; | 9 | margin: 2px 4px; |
| 10 | background-color: rgb(75,75,75); | 10 | background-color: rgb(0,0,0); |
| 11 | color: #fff; | 11 | color: #fff; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| @@ -16,20 +16,20 @@ richlistbox[disabled="true"] { | |||
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | richlistitem[selected="true"] { | 18 | richlistitem[selected="true"] { |
| 19 | background-color: rgb(110,110,110); | 19 | background-color: rgb(1,1,1); |
| 20 | color: #fff; | 20 | color: #fff; |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | richlistbox:focus > richlistitem[selected="true"] { | 23 | richlistbox:focus > richlistitem[selected="true"] { |
| 24 | background-color: rgb(110,110,110); | 24 | background-color: rgb(1,1,1); |
| 25 | color: #fff; | 25 | color: #fff; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { | 28 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { |
| 29 | outline: 1px dotted rgb(50,50,50); | 29 | outline: 1px dotted rgb(64,64,64); |
| 30 | outline-offset: -1px; | 30 | outline-offset: -1px; |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { | 33 | richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { |
| 34 | outline: 1px dotted rgb(60,60,60); | 34 | outline: 1px dotted rgb(64,64,64); |
| 35 | } | 35 | } |
