diff options
Diffstat (limited to 'src/chrome/os/linux/menu.css')
| -rw-r--r-- | src/chrome/os/linux/menu.css | 10 |
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"] { | |||
| 29 | menu[_moz-menuactive="true"], | 29 | menu[_moz-menuactive="true"], |
| 30 | menuitem[_moz-menuactive="true"], | 30 | menuitem[_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 | ||
| 43 | menubar > menu { | 43 | menubar > menu { |
| 44 | padding: 0px 4px; | 44 | padding: 0px 4px; |
| 45 | color: #fff; | 45 | color: #bfbbb6; |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | menubar:-moz-lwtheme > menu { | 48 | menubar:-moz-lwtheme > menu { |
| @@ -55,12 +55,12 @@ menubar:-moz-lwtheme > menu:not([open="true"]) { | |||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) { | 57 | menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) { |
| 58 | color: #fff; | 58 | color: #bfbbb6; |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | menubar > menu[open] { | 61 | menubar > menu[open] { |
| 62 | color: #fff; | 62 | color: #bfbbb6; |
| 63 | background-color: rgb(0,0,0); | 63 | background-color: #181411; |
| 64 | } | 64 | } |
| 65 | menuitem.spell-suggestion { | 65 | menuitem.spell-suggestion { |
| 66 | font-weight:bold; | 66 | font-weight:bold; |
