commit afd0c097572b4db4344534123869ca077dccb1e6
parent da1a21f0f666e47690cefd19ff21eae414824061
Author: Servail <servail.mir@users.noreply.github.com>
Date: Fri, 23 Aug 2019 18:54:28 +0400
highlighting fix
Diffstat:
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
@@ -1430,7 +1430,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
-moz-appearance: none;
border: none;
padding: 0px;
- opacity: 0;
+ opacity: 0.25;
}
.tab-close-button:hover {
@@ -1446,7 +1446,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
}
.tab-close-button:not([selected]):not(:hover):not(:active) {
- opacity: 0;
+ opacity: 0.25;
}
.tab-close-button:focus {
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css
@@ -145,7 +145,7 @@ menupopup > menucaption {
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: #fff;
- background-color: rgb(0,0,0);
+ background-color: rgb(64,64,64);
}
/* ::::: menu/menuitems in menulist popups ::::: */
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css
@@ -30,7 +30,7 @@ menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"],
.splitmenu-menuitem[_moz-menuactive="true"] {
color: #fff;
- background-color: rgb(0,0,0);
+ background-color: rgb(64,64,64);
}
menu[disabled="true"],
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(1,1,1);
+ background-color: rgb(64,64,64);
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(1,1,1) !important;
+ background-color: rgb(64,64,64) !important;
color: #fff !important;
}
@@ -199,7 +199,7 @@ menulist > menupopup > menu > label {
menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] {
border: 1px dotted rgb(64,64,64);
- background-color: rgb(1,1,1);
+ background-color: rgb(64,64,64);
color: #fff;
}