commit 22834cfff02ddb8ce831b21c515dd427382953c2
parent aa41d0bfb1715eef0b8f3ea32be3a60346b5720b
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:37:15 +0300
Update menulist.css
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/chrome/os/winnt/menulist.css b/src/chrome/os/winnt/menulist.css
@@ -15,11 +15,11 @@ menulist {
-moz-appearance: none;
margin: 2px 4px;
border: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- background-color: rgb(50,50,50);
+ -moz-border-top-colors: rgb(64,64,64);
+ -moz-border-right-colors: rgb(64,64,64);
+ -moz-border-bottom-colors: rgb(64,64,64);
+ -moz-border-left-colors: rgb(64,64,64);
+ background-color: rgb(0,0,0);
color: #fff;
text-shadow: none;
}
@@ -51,11 +51,11 @@ menulist {
}
menulist:hover:not(:active):not([disabled=true]) {
- background-color: rgb(75,75,75);
+ background-color: rgb(64,64,64);
}
menulist:hover:active:not([disabled=true]) {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
/* ..... dropmarker ..... */
@@ -80,7 +80,7 @@ menulist:hover:active > .menulist-dropmarker {
/* ..... focused state ..... */
menulist:focus:not([open="true"]) > .menulist-label-box {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff;
}
@@ -91,7 +91,7 @@ menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
/* ..... disabled state ..... */
menulist[disabled="true"] {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
color: GrayText;
}