diff options
Diffstat (limited to 'src/chrome/os/winnt/menu.css')
| -rw-r--r-- | src/chrome/os/winnt/menu.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/os/winnt/menu.css b/src/chrome/os/winnt/menu.css index 67f7497..5970404 100644 --- a/src/chrome/os/winnt/menu.css +++ b/src/chrome/os/winnt/menu.css | |||
| @@ -135,7 +135,7 @@ menubar > menu:-moz-lwtheme:not([disabled="true"]) { | |||
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { | 137 | menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { |
| 138 | background-color: rgb(1,1,1); | 138 | background-color: rgb(64,64,64); |
| 139 | color: #fff !important; | 139 | color: #fff !important; |
| 140 | text-shadow: none; | 140 | text-shadow: none; |
| 141 | } | 141 | } |
| @@ -166,7 +166,7 @@ menupopup > menucaption { | |||
| 166 | menu[_moz-menuactive="true"], | 166 | menu[_moz-menuactive="true"], |
| 167 | menuitem[_moz-menuactive="true"], | 167 | menuitem[_moz-menuactive="true"], |
| 168 | .splitmenu-menuitem[_moz-menuactive="true"] { | 168 | .splitmenu-menuitem[_moz-menuactive="true"] { |
| 169 | background-color: rgb(1,1,1) !important; | 169 | background-color: rgb(64,64,64) !important; |
| 170 | color: #fff !important; | 170 | color: #fff !important; |
| 171 | } | 171 | } |
| 172 | 172 | ||
| @@ -199,7 +199,7 @@ menulist > menupopup > menu > label { | |||
| 199 | 199 | ||
| 200 | menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { | 200 | menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { |
| 201 | border: 1px dotted rgb(64,64,64); | 201 | border: 1px dotted rgb(64,64,64); |
| 202 | background-color: rgb(1,1,1); | 202 | background-color: rgb(64,64,64); |
| 203 | color: #fff; | 203 | color: #fff; |
| 204 | } | 204 | } |
| 205 | 205 | ||
