From 03d05c53a7c54c9177bdd19e5af84c9d11f2abbc Mon Sep 17 00:00:00 2001 From: Servail <45024837+Servail@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:40:27 +0300 Subject: Update popup.css --- src/chrome/os/winnt/popup.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css index 606972f..41a3795 100644 --- a/src/chrome/os/winnt/popup.css +++ b/src/chrome/os/winnt/popup.css @@ -8,7 +8,7 @@ .panel-arrowcontent { --panel-arrowcontent-background: rgb(0,0,0); --panel-arrowcontent-color: #fff; - --panel-arrowcontent-border: 1px solid rgb(75,75,75); + --panel-arrowcontent-border: 1px solid rgb(64,64,64); } /* ::::: menupopup ::::: */ @@ -16,10 +16,10 @@ menupopup, panel { border: 1px solid transparent; - -moz-border-top-colors : rgb(75,75,75); - -moz-border-left-colors : rgb(75,75,75); - -moz-border-right-colors : rgb(23,23,23); - -moz-border-bottom-colors: rgb(23,23,23); + -moz-border-top-colors : rgb(64,64,64); + -moz-border-left-colors : rgb(64,64,64); + -moz-border-right-colors : rgb(32,32,32); + -moz-border-bottom-colors: rgb(32,32,32); padding: 0px; min-width: 1px; background: rgb(0,0,0); -- cgit v1.2.3