summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt/popup.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/winnt/popup.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/os/winnt/popup.css')
-rw-r--r--src/chrome/os/winnt/popup.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css
index 41a3795..282ed44 100644
--- a/src/chrome/os/winnt/popup.css
+++ b/src/chrome/os/winnt/popup.css
@@ -6,8 +6,8 @@
6 6
7/* ::::: Variables ::::: */ 7/* ::::: Variables ::::: */
8.panel-arrowcontent { 8.panel-arrowcontent {
9 --panel-arrowcontent-background: rgb(0,0,0); 9 --panel-arrowcontent-background: #181411;
10 --panel-arrowcontent-color: #fff; 10 --panel-arrowcontent-color: #ffffff;
11 --panel-arrowcontent-border: 1px solid rgb(64,64,64); 11 --panel-arrowcontent-border: 1px solid rgb(64,64,64);
12} 12}
13 13
@@ -22,8 +22,8 @@ panel {
22 -moz-border-bottom-colors: rgb(32,32,32); 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: #181411;
26 color: #fff; 26 color: #bfbbb6;
27} 27}
28 28
29menupopup { 29menupopup {
@@ -119,7 +119,7 @@ tooltip {
119 padding: 2px 3px; 119 padding: 2px 3px;
120 max-width: 40em; 120 max-width: 40em;
121 background-color: rgb(1,1,1); 121 background-color: rgb(1,1,1);
122 color: #fff; 122 color: #bfbbb6;
123 font: message-box; 123 font: message-box;
124} 124}
125 125
@@ -141,6 +141,6 @@ menulist > menupopup {
141 -moz-border-left-colors: rgb(64,64,64); 141 -moz-border-left-colors: rgb(64,64,64);
142 padding: 0px; 142 padding: 0px;
143 min-width: 0px; 143 min-width: 0px;
144 background-color: rgb(0,0,0); 144 background-color: #181411;
145} 145}
146 146