summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/popup.css
diff options
context:
space:
mode:
authorServail <servail.mir@users.noreply.github.com>2019-08-21 18:03:18 +0400
committerServail <servail.mir@users.noreply.github.com>2019-08-21 18:03:18 +0400
commitda1a21f0f666e47690cefd19ff21eae414824061 (patch)
treed1b51e45ba575140d372467fa44d02e816c8a365 /src/chrome/os/darwin/popup.css
parentdd73e6acd6c8c610e8e31945e8a068f0e3bef98b (diff)
update os specific
Diffstat (limited to 'src/chrome/os/darwin/popup.css')
-rw-r--r--src/chrome/os/darwin/popup.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/chrome/os/darwin/popup.css b/src/chrome/os/darwin/popup.css
index 2356d79..e10ccce 100644
--- a/src/chrome/os/darwin/popup.css
+++ b/src/chrome/os/darwin/popup.css
@@ -5,9 +5,9 @@
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6 6
7.panel-arrowcontent { 7.panel-arrowcontent {
8 --panel-arrowcontent-background: rgb(50,50,50); 8 --panel-arrowcontent-background: rgb(0,0,0);
9 --panel-arrowcontent-color: #fff; 9 --panel-arrowcontent-color: #fff;
10 --panel-arrowcontent-border: rgb(75,75,75); 10 --panel-arrowcontent-border: rgb(64,64,64);
11} 11}
12 12
13menupopup, 13menupopup,
@@ -20,11 +20,11 @@ panel {
20 20
21menupopup { 21menupopup {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 -moz-border-top-colors : rgb(75,75,75); 23 -moz-border-top-colors : rgb(64,64,64);
24 -moz-border-left-colors : rgb(75,75,75); 24 -moz-border-left-colors : rgb(64,64,64);
25 -moz-border-right-colors : rgb(23,23,23); 25 -moz-border-right-colors : rgb(64,64,64);
26 -moz-border-bottom-colors: rgb(23,23,23); 26 -moz-border-bottom-colors: rgb(64,64,64);
27 background: rgb(43,43,43); 27 background: rgb(0,0,0);
28} 28}
29 29
30menupopup > menu > menupopup { 30menupopup > menu > menupopup {
@@ -101,10 +101,10 @@ panel[type="arrow"][side="right"] {
101tooltip { 101tooltip {
102 -moz-appearance: none; 102 -moz-appearance: none;
103 margin-top: 21px; 103 margin-top: 21px;
104 border: 1px solid rgb(75,75,75); 104 border: 1px solid rgb(64,64,64);
105 padding: 2px 3px; 105 padding: 2px 3px;
106 max-width: 40em; 106 max-width: 40em;
107 background-color: rgb(110,110,110); 107 background-color: rgb(1,1,1);
108 color: #fff; 108 color: #fff;
109 font: message-box; 109 font: message-box;
110} 110}