summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux/menulist.css
diff options
context:
space:
mode:
authorServail <servail.mir@users.noreply.github.com>2019-08-21 18:03:18 +0400
committerServail <servail.mir@users.noreply.github.com>2019-08-21 18:03:18 +0400
commitda1a21f0f666e47690cefd19ff21eae414824061 (patch)
treed1b51e45ba575140d372467fa44d02e816c8a365 /src/chrome/os/linux/menulist.css
parentdd73e6acd6c8c610e8e31945e8a068f0e3bef98b (diff)
update os specific
Diffstat (limited to 'src/chrome/os/linux/menulist.css')
-rw-r--r--src/chrome/os/linux/menulist.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/chrome/os/linux/menulist.css b/src/chrome/os/linux/menulist.css
index 4215a66..680197b 100644
--- a/src/chrome/os/linux/menulist.css
+++ b/src/chrome/os/linux/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}
@@ -38,18 +38,18 @@ menulist {
38} 38}
39 39
40menulist:hover { 40menulist:hover {
41 background-color: rgb(75,75,75); 41 background-color: rgb(0,0,0);
42} 42}
43 43
44menulist:hover:active, 44menulist:hover:active,
45menulist[open="true"] { 45menulist[open="true"] {
46 background-color: rgb(110,110,110); 46 background-color: rgb(0,0,0);
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(62,62,62); 52 background-color: rgb(0,0,0);
53 color: GrayText; 53 color: GrayText;
54} 54}
55 55
@@ -81,7 +81,7 @@ 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(110,110,110); 84 background-color: rgb(0,0,0);
85 color: #fff; 85 color: #fff;
86} 86}
87 87