summaryrefslogtreecommitdiff
path: root/src/chrome/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os')
-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);