summaryrefslogtreecommitdiff
path: root/src/chrome/os/winnt/menulist.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/menulist.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/os/winnt/menulist.css')
-rw-r--r--src/chrome/os/winnt/menulist.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/os/winnt/menulist.css b/src/chrome/os/winnt/menulist.css
index 03be8f8..aa6a6ed 100644
--- a/src/chrome/os/winnt/menulist.css
+++ b/src/chrome/os/winnt/menulist.css
@@ -19,8 +19,8 @@ menulist {
19 -moz-border-right-colors: rgb(64,64,64); 19 -moz-border-right-colors: rgb(64,64,64);
20 -moz-border-bottom-colors: rgb(64,64,64); 20 -moz-border-bottom-colors: rgb(64,64,64);
21 -moz-border-left-colors: rgb(64,64,64); 21 -moz-border-left-colors: rgb(64,64,64);
22 background-color: rgb(0,0,0); 22 background-color: #181411;
23 color: #fff; 23 color: #bfbbb6;
24 text-shadow: none; 24 text-shadow: none;
25} 25}
26 26
@@ -81,7 +81,7 @@ menulist:hover:active > .menulist-dropmarker {
81 81
82menulist:focus:not([open="true"]) > .menulist-label-box { 82menulist:focus:not([open="true"]) > .menulist-label-box {
83 background-color: rgb(1,1,1); 83 background-color: rgb(1,1,1);
84 color: #fff; 84 color: #bfbbb6;
85} 85}
86 86
87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box { 87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
@@ -91,7 +91,7 @@ menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
91/* ..... disabled state ..... */ 91/* ..... disabled state ..... */
92 92
93menulist[disabled="true"] { 93menulist[disabled="true"] {
94 background-color: rgb(0,0,0); 94 background-color: #181411;
95 color: GrayText; 95 color: GrayText;
96} 96}
97 97
@@ -110,7 +110,7 @@ html|*.menulist-editable-input {
110 padding: 0px !important; 110 padding: 0px !important;
111 background: inherit; 111 background: inherit;
112 font: inherit; 112 font: inherit;
113 color: #fff; 113 color: #bfbbb6;
114} 114}
115 115
116@media (-moz-windows-default-theme) { 116@media (-moz-windows-default-theme) {