summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/menulist.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/linux/menulist.css')
-rw-r--r--src/chrome/os/linux/menulist.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/chrome/os/linux/menulist.css b/src/chrome/os/linux/menulist.css
index 680197b..640643f 100644
--- a/src/chrome/os/linux/menulist.css
+++ b/src/chrome/os/linux/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
@@ -38,18 +38,18 @@ menulist {
38} 38}
39 39
40menulist:hover { 40menulist:hover {
41 background-color: rgb(0,0,0); 41 background-color: #181411;
42} 42}
43 43
44menulist:hover:active, 44menulist:hover:active,
45menulist[open="true"] { 45menulist[open="true"] {
46 background-color: rgb(0,0,0); 46 background-color: #181411;
47} 47}
48 48
49menulist[disabled="true"], 49menulist[disabled="true"],
50menulist[disabled="true"]:hover, 50menulist[disabled="true"]:hover,
51menulist[disabled="true"]:hover:active { 51menulist[disabled="true"]:hover:active {
52 background-color: rgb(0,0,0); 52 background-color: #181411;
53 color: GrayText; 53 color: GrayText;
54} 54}
55 55
@@ -81,8 +81,8 @@ menulist:hover:active > .menulist-dropmarker {
81/* ..... focused state ..... */ 81/* ..... focused state ..... */
82 82
83menulist:focus:not([open="true"]) > .menulist-label-box { 83menulist:focus:not([open="true"]) > .menulist-label-box {
84 background-color: rgb(0,0,0); 84 background-color: #181411;
85 color: #fff; 85 color: #bfbbb6;
86} 86}
87 87
88menulist:-moz-focusring:not([open="true"]) > .menulist-label-box { 88menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
@@ -93,7 +93,7 @@ menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
93 93
94menulist[editable="true"] { 94menulist[editable="true"] {
95 -moz-appearance: none; 95 -moz-appearance: none;
96 color: #fff; 96 color: #bfbbb6;
97} 97}
98 98
99.menulist-editable-box { 99.menulist-editable-box {
@@ -102,13 +102,13 @@ menulist[editable="true"] {
102 padding-bottom: 3px; 102 padding-bottom: 3px;
103 padding-inline-start: 2px; 103 padding-inline-start: 2px;
104 padding-inline-end: 0px; 104 padding-inline-end: 0px;
105 color: #fff; 105 color: #bfbbb6;
106} 106}
107 107
108menulist[editable="true"] > .menulist-dropmarker { 108menulist[editable="true"] > .menulist-dropmarker {
109 display: -moz-box; 109 display: -moz-box;
110 -moz-appearance: none; 110 -moz-appearance: none;
111 color: #fff; 111 color: #bfbbb6;
112} 112}
113 113
114html|*.menulist-editable-input { 114html|*.menulist-editable-input {