diff options
Diffstat (limited to 'src/chrome/os/winnt/menulist.css')
| -rw-r--r-- | src/chrome/os/winnt/menulist.css | 10 |
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 | ||
| 82 | menulist:focus:not([open="true"]) > .menulist-label-box { | 82 | menulist: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 | ||
| 87 | menulist:-moz-focusring:not([open="true"]) > .menulist-label-box { | 87 | menulist:-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 | ||
| 93 | menulist[disabled="true"] { | 93 | menulist[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) { |
