summaryrefslogtreecommitdiff
path: root/src/chrome/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os')
-rw-r--r--src/chrome/os/winnt/menulist.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/chrome/os/winnt/menulist.css b/src/chrome/os/winnt/menulist.css
index 472e963..03be8f8 100644
--- a/src/chrome/os/winnt/menulist.css
+++ b/src/chrome/os/winnt/menulist.css
@@ -15,11 +15,11 @@ menulist {
15 -moz-appearance: none; 15 -moz-appearance: none;
16 margin: 2px 4px; 16 margin: 2px 4px;
17 border: 1px solid; 17 border: 1px solid;
18 -moz-border-top-colors: rgb(75,75,75); 18 -moz-border-top-colors: rgb(64,64,64);
19 -moz-border-right-colors: rgb(75,75,75); 19 -moz-border-right-colors: rgb(64,64,64);
20 -moz-border-bottom-colors: rgb(75,75,75); 20 -moz-border-bottom-colors: rgb(64,64,64);
21 -moz-border-left-colors: rgb(75,75,75); 21 -moz-border-left-colors: rgb(64,64,64);
22 background-color: rgb(50,50,50); 22 background-color: rgb(0,0,0);
23 color: #fff; 23 color: #fff;
24 text-shadow: none; 24 text-shadow: none;
25} 25}
@@ -51,11 +51,11 @@ menulist {
51} 51}
52 52
53menulist:hover:not(:active):not([disabled=true]) { 53menulist:hover:not(:active):not([disabled=true]) {
54 background-color: rgb(75,75,75); 54 background-color: rgb(64,64,64);
55} 55}
56 56
57menulist:hover:active:not([disabled=true]) { 57menulist:hover:active:not([disabled=true]) {
58 background-color: rgb(110,110,110); 58 background-color: rgb(1,1,1);
59} 59}
60 60
61/* ..... dropmarker ..... */ 61/* ..... dropmarker ..... */
@@ -80,7 +80,7 @@ menulist:hover:active > .menulist-dropmarker {
80/* ..... focused state ..... */ 80/* ..... focused state ..... */
81 81
82menulist:focus:not([open="true"]) > .menulist-label-box { 82menulist:focus:not([open="true"]) > .menulist-label-box {
83 background-color: rgb(110,110,110); 83 background-color: rgb(1,1,1);
84 color: #fff; 84 color: #fff;
85} 85}
86 86
@@ -91,7 +91,7 @@ menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
91/* ..... disabled state ..... */ 91/* ..... disabled state ..... */
92 92
93menulist[disabled="true"] { 93menulist[disabled="true"] {
94 background-color: rgb(62,62,62); 94 background-color: rgb(0,0,0);
95 color: GrayText; 95 color: GrayText;
96} 96}
97 97