diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/darwin/menu.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/os/darwin/menu.css')
| -rw-r--r-- | src/chrome/os/darwin/menu.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css index 2f6c4a3..96bb0f4 100644 --- a/src/chrome/os/darwin/menu.css +++ b/src/chrome/os/darwin/menu.css | |||
| @@ -9,7 +9,7 @@ menuitem, | |||
| 9 | menucaption { | 9 | menucaption { |
| 10 | -moz-appearance: none; | 10 | -moz-appearance: none; |
| 11 | -moz-box-align: center; | 11 | -moz-box-align: center; |
| 12 | color: #fff; | 12 | color: #bfbbb6; |
| 13 | font: -moz-pull-down-menu; | 13 | font: -moz-pull-down-menu; |
| 14 | list-style-image: none; | 14 | list-style-image: none; |
| 15 | -moz-image-region: auto; | 15 | -moz-image-region: auto; |
| @@ -118,8 +118,8 @@ menubar > menu[_moz-menuactive="true"] { | |||
| 118 | 118 | ||
| 119 | menubar > menu[_moz-menuactive="true"][open="true"] { | 119 | menubar > menu[_moz-menuactive="true"][open="true"] { |
| 120 | -moz-appearance: none; | 120 | -moz-appearance: none; |
| 121 | color: #fff; | 121 | color: #bfbbb6; |
| 122 | background-color: rgb(0,0,0); | 122 | background-color: #181411; |
| 123 | } | 123 | } |
| 124 | 124 | ||
| 125 | /* ..... internal content .... */ | 125 | /* ..... internal content .... */ |
| @@ -144,7 +144,7 @@ menupopup > menucaption { | |||
| 144 | 144 | ||
| 145 | menu[_moz-menuactive="true"], | 145 | menu[_moz-menuactive="true"], |
| 146 | menuitem[_moz-menuactive="true"] { | 146 | menuitem[_moz-menuactive="true"] { |
| 147 | color: #fff; | 147 | color: #bfbbb6; |
| 148 | background-color: rgb(64,64,64); | 148 | background-color: rgb(64,64,64); |
| 149 | } | 149 | } |
| 150 | 150 | ||
| @@ -155,7 +155,7 @@ menulist > menupopup > menucaption, | |||
| 155 | menulist > menupopup > menu { | 155 | menulist > menupopup > menu { |
| 156 | max-width: none; | 156 | max-width: none; |
| 157 | font: inherit; | 157 | font: inherit; |
| 158 | color: #fff; | 158 | color: #bfbbb6; |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | /* ::::: menuitems in editable menulist popups ::::: */ | 161 | /* ::::: menuitems in editable menulist popups ::::: */ |
