commit ac70678274a2986d04e8de9cbf5ff95af87e83fd
parent 6e991dab174b81c3d6847df4e2ce749e5f3379ff
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:05:10 +0300
Update richlistbox.css
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/chrome/global/richlistbox.css b/src/chrome/global/richlistbox.css
@@ -7,7 +7,7 @@
richlistbox {
-moz-appearance: none;
margin: 2px 4px;
- background-color: rgb(75,75,75);
+ background-color: rgb(0,0,0);
color: #fff;
}
@@ -16,20 +16,20 @@ richlistbox[disabled="true"] {
}
richlistitem[selected="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff;
}
richlistbox:focus > richlistitem[selected="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff;
}
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
- outline: 1px dotted rgb(50,50,50);
+ outline: 1px dotted rgb(64,64,64);
outline-offset: -1px;
}
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
- outline: 1px dotted rgb(60,60,60);
+ outline: 1px dotted rgb(64,64,64);
}