summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/menu.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/linux/menu.css
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/os/linux/menu.css')
-rw-r--r--src/chrome/os/linux/menu.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css
index bed4979..d66074e 100644
--- a/src/chrome/os/linux/menu.css
+++ b/src/chrome/os/linux/menu.css
@@ -29,7 +29,7 @@ menuitem[default="true"] {
29menu[_moz-menuactive="true"], 29menu[_moz-menuactive="true"],
30menuitem[_moz-menuactive="true"], 30menuitem[_moz-menuactive="true"],
31.splitmenu-menuitem[_moz-menuactive="true"] { 31.splitmenu-menuitem[_moz-menuactive="true"] {
32 color: #fff; 32 color: #bfbbb6;
33 background-color: rgb(64,64,64); 33 background-color: rgb(64,64,64);
34} 34}
35 35
@@ -42,7 +42,7 @@ menucaption[disabled="true"] {
42 42
43menubar > menu { 43menubar > menu {
44 padding: 0px 4px; 44 padding: 0px 4px;
45 color: #fff; 45 color: #bfbbb6;
46} 46}
47 47
48menubar:-moz-lwtheme > menu { 48menubar:-moz-lwtheme > menu {
@@ -55,12 +55,12 @@ menubar:-moz-lwtheme > menu:not([open="true"]) {
55} 55}
56 56
57menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) { 57menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) {
58 color: #fff; 58 color: #bfbbb6;
59} 59}
60 60
61menubar > menu[open] { 61menubar > menu[open] {
62 color: #fff; 62 color: #bfbbb6;
63 background-color: rgb(0,0,0); 63 background-color: #181411;
64} 64}
65menuitem.spell-suggestion { 65menuitem.spell-suggestion {
66 font-weight:bold; 66 font-weight:bold;