summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:40:27 +0300
committerGitHub <noreply@github.com>2019-07-09 16:40:27 +0300
commit03d05c53a7c54c9177bdd19e5af84c9d11f2abbc (patch)
tree7d3609b69926092e7af84aad25f8746c3ecb143b
parenteac0443579c6951a4907c8e054a0f0c2871a7926 (diff)
Update popup.css
-rw-r--r--src/chrome/os/winnt/popup.css10
1 files 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 @@
8.panel-arrowcontent { 8.panel-arrowcontent {
9 --panel-arrowcontent-background: rgb(0,0,0); 9 --panel-arrowcontent-background: rgb(0,0,0);
10 --panel-arrowcontent-color: #fff; 10 --panel-arrowcontent-color: #fff;
11 --panel-arrowcontent-border: 1px solid rgb(75,75,75); 11 --panel-arrowcontent-border: 1px solid rgb(64,64,64);
12} 12}
13 13
14/* ::::: menupopup ::::: */ 14/* ::::: menupopup ::::: */
@@ -16,10 +16,10 @@
16menupopup, 16menupopup,
17panel { 17panel {
18 border: 1px solid transparent; 18 border: 1px solid transparent;
19 -moz-border-top-colors : rgb(75,75,75); 19 -moz-border-top-colors : rgb(64,64,64);
20 -moz-border-left-colors : rgb(75,75,75); 20 -moz-border-left-colors : rgb(64,64,64);
21 -moz-border-right-colors : rgb(23,23,23); 21 -moz-border-right-colors : rgb(32,32,32);
22 -moz-border-bottom-colors: rgb(23,23,23); 22 -moz-border-bottom-colors: rgb(32,32,32);
23 padding: 0px; 23 padding: 0px;
24 min-width: 1px; 24 min-width: 1px;
25 background: rgb(0,0,0); 25 background: rgb(0,0,0);