commit aa41d0bfb1715eef0b8f3ea32be3a60346b5720b
parent 8f9451a95846a4c9fb0e3a7a2725212ca99ce4e6
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:36:16 +0300
Update menu.css
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/chrome/os/winnt/menu.css b/src/chrome/os/winnt/menu.css
@@ -135,7 +135,7 @@ menubar > menu:-moz-lwtheme:not([disabled="true"]) {
}
menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff !important;
text-shadow: none;
}
@@ -166,7 +166,7 @@ menupopup > menucaption {
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"],
.splitmenu-menuitem[_moz-menuactive="true"] {
- background-color: rgb(110,110,110) !important;
+ background-color: rgb(1,1,1) !important;
color: #fff !important;
}
@@ -198,8 +198,8 @@ menulist > menupopup > menu > label {
}
menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] {
- border: 1px dotted rgb(75,75,75);
- background-color: rgb(110,110,110);
+ border: 1px dotted rgb(64,64,64);
+ background-color: rgb(1,1,1);
color: #fff;
}
@@ -227,7 +227,7 @@ menuitem[checked="true"][type="radio"][disabled="true"][_moz-menuactive="true"]
menuseparator {
margin: 2px 3px;
- border-top: 1px solid rgb(75,75,75);
+ border-top: 1px solid rgb(64,64,64);
}
menuseparator[collapsed="true"] {