summaryrefslogtreecommitdiff
path: root/src/chrome/os/linux
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/os/linux
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/os/linux')
-rw-r--r--src/chrome/os/linux/menu.css10
-rw-r--r--src/chrome/os/linux/menulist.css20
-rw-r--r--src/chrome/os/linux/popup.css12
-rw-r--r--src/chrome/os/linux/radio.css6
-rw-r--r--src/chrome/os/linux/toolbar.css10
-rw-r--r--src/chrome/os/linux/toolbarbutton.css8
6 files changed, 33 insertions, 33 deletions
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css
index bed4979..d66074e 100644
--- a/src/chrome/os/linux/menu.css
+++ b/src/chrome/os/linux/menu.css
@@ -29,7 +29,7 @@ menuitem[default="true"] {
29menu[_moz-menuactive="true"], 29menu[_moz-menuactive="true"],
30menuitem[_moz-menuactive="true"], 30menuitem[_moz-menuactive="true"],
31.splitmenu-menuitem[_moz-menuactive="true"] { 31.splitmenu-menuitem[_moz-menuactive="true"] {
32 color: #fff; 32 color: #bfbbb6;
33 background-color: rgb(64,64,64); 33 background-color: rgb(64,64,64);
34} 34}
35 35
@@ -42,7 +42,7 @@ menucaption[disabled="true"] {
42 42
43menubar > menu { 43menubar > menu {
44 padding: 0px 4px; 44 padding: 0px 4px;
45 color: #fff; 45 color: #bfbbb6;
46} 46}
47 47
48menubar:-moz-lwtheme > menu { 48menubar:-moz-lwtheme > menu {
@@ -55,12 +55,12 @@ menubar:-moz-lwtheme > menu:not([open="true"]) {
55} 55}
56 56
57menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) { 57menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-moz-lwtheme) {
58 color: #fff; 58 color: #bfbbb6;
59} 59}
60 60
61menubar > menu[open] { 61menubar > menu[open] {
62 color: #fff; 62 color: #bfbbb6;
63 background-color: rgb(0,0,0); 63 background-color: #181411;
64} 64}
65menuitem.spell-suggestion { 65menuitem.spell-suggestion {
66 font-weight:bold; 66 font-weight:bold;
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 {
diff --git a/src/chrome/os/linux/popup.css b/src/chrome/os/linux/popup.css
index bc434e9..16aa9db 100644
--- a/src/chrome/os/linux/popup.css
+++ b/src/chrome/os/linux/popup.css
@@ -11,7 +11,7 @@ panel {
11 border: 1px solid transparent; 11 border: 1px solid transparent;
12 padding: 0px; 12 padding: 0px;
13 min-width: 1px; 13 min-width: 1px;
14 color: #fff; 14 color: #bfbbb6;
15} 15}
16 16
17menupopup { 17menupopup {
@@ -20,7 +20,7 @@ menupopup {
20 -moz-border-left-colors : rgb(75,75,75); 20 -moz-border-left-colors : rgb(75,75,75);
21 -moz-border-right-colors : rgb(23,23,23); 21 -moz-border-right-colors : rgb(23,23,23);
22 -moz-border-bottom-colors: rgb(23,23,23); 22 -moz-border-bottom-colors: rgb(23,23,23);
23 background: rgb(0,0,0); 23 background: #181411;
24} 24}
25 25
26/* ::::: arrow panel ::::: */ 26/* ::::: arrow panel ::::: */
@@ -43,8 +43,8 @@ panel[type="arrow"][side="right"] {
43 43
44.panel-arrowcontent { 44.panel-arrowcontent {
45 padding: 10px; 45 padding: 10px;
46 color: #fff; 46 color: #bfbbb6;
47 background: rgb(0,0,0); 47 background: #181411;
48 border: 1px solid rgb(75,75,75); 48 border: 1px solid rgb(75,75,75);
49} 49}
50 50
@@ -91,8 +91,8 @@ tooltip {
91 /* GTK hardcodes this to 4px */ 91 /* GTK hardcodes this to 4px */
92 padding: 4px; 92 padding: 4px;
93 max-width: 40em; 93 max-width: 40em;
94 background-color: rgb(0,0,0); 94 background-color: #181411;
95 color: #fff; 95 color: #bfbbb6;
96 font: message-box; 96 font: message-box;
97} 97}
98 98
diff --git a/src/chrome/os/linux/radio.css b/src/chrome/os/linux/radio.css
index b3dc298..8a21879 100644
--- a/src/chrome/os/linux/radio.css
+++ b/src/chrome/os/linux/radio.css
@@ -46,7 +46,7 @@ radio[focused="true"] > .radio-label-box {
46/* ..... disabled state ..... */ 46/* ..... disabled state ..... */
47 47
48radio[disabled="true"] > .radio-check-box1 { 48radio[disabled="true"] > .radio-check-box1 {
49 background-color: rgb(0,0,0); 49 background-color: #181411;
50} 50}
51 51
52radio[disabled="true"] { 52radio[disabled="true"] {
@@ -65,7 +65,7 @@ radio[disabled="true"] {
65 border-radius: 50%; 65 border-radius: 50%;
66 width: 12px; 66 width: 12px;
67 height: 12px; 67 height: 12px;
68 background-color: rgb(0,0,0); 68 background-color: #181411;
69} 69}
70 70
71.radio-check-box2 { 71.radio-check-box2 {
@@ -81,7 +81,7 @@ radio[disabled="true"] {
81} 81}
82 82
83radio:hover:active > .radio-check-box1 { 83radio:hover:active > .radio-check-box1 {
84 background-color: rgb(0,0,0); 84 background-color: #181411;
85} 85}
86 86
87/* ..... selected state ..... */ 87/* ..... selected state ..... */
diff --git a/src/chrome/os/linux/toolbar.css b/src/chrome/os/linux/toolbar.css
index 8216093..5e15d95 100644
--- a/src/chrome/os/linux/toolbar.css
+++ b/src/chrome/os/linux/toolbar.css
@@ -4,10 +4,10 @@
4 4
5toolbox { 5toolbox {
6 -moz-appearance: none; 6 -moz-appearance: none;
7 background-color: rgb(0,0,0); 7 background-color: #181411;
8 border-top: 1px solid; 8 border-top: 1px solid;
9 -moz-border-top-colors: rgb(64,64,64); 9 -moz-border-top-colors: rgb(64,64,64);
10 color: #fff; 10 color: #bfbbb6;
11} 11}
12 12
13toolbox:-moz-lwtheme { 13toolbox:-moz-lwtheme {
@@ -20,11 +20,11 @@ toolbox:-moz-lwtheme {
20 20
21toolbar, menubar { 21toolbar, menubar {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 color: #fff; 23 color: #bfbbb6;
24} 24}
25 25
26toolbar { 26toolbar {
27 background-color: rgb(0,0,0); 27 background-color: #181411;
28 min-width: 1px; 28 min-width: 1px;
29 min-height: 19px; 29 min-height: 19px;
30 border-top: 1px solid rgb(64,64,64); 30 border-top: 1px solid rgb(64,64,64);
@@ -39,7 +39,7 @@ toolbar:first-child, menubar {
39 39
40menubar, toolbar[type="menubar"] { 40menubar, toolbar[type="menubar"] {
41 -moz-appearance: none; 41 -moz-appearance: none;
42 color: #fff; 42 color: #bfbbb6;
43 min-width: 1px; 43 min-width: 1px;
44 min-height: 20px; 44 min-height: 20px;
45 padding: 1px 0px; 45 padding: 1px 0px;
diff --git a/src/chrome/os/linux/toolbarbutton.css b/src/chrome/os/linux/toolbarbutton.css
index 93471aa..b8f8106 100644
--- a/src/chrome/os/linux/toolbarbutton.css
+++ b/src/chrome/os/linux/toolbarbutton.css
@@ -16,7 +16,7 @@ toolbarbutton {
16 -moz-box-pack: center; 16 -moz-box-pack: center;
17 margin: 0; 17 margin: 0;
18 padding: 3px; 18 padding: 3px;
19 color: #fff; 19 color: #bfbbb6;
20} 20}
21 21
22toolbarbutton:-moz-lwtheme { 22toolbarbutton:-moz-lwtheme {
@@ -55,7 +55,7 @@ toolbarbutton[disabled="true"][open="true"] {
55} 55}
56 56
57toolbarbutton[checked="true"]:not(:hover) { 57toolbarbutton[checked="true"]:not(:hover) {
58 color: #fff; 58 color: #bfbbb6;
59} 59}
60 60
61toolbarbutton:-moz-lwtheme:not(:hover):not([checked="true"]):not([open="true"]):not([disabled="true"]) { 61toolbarbutton:-moz-lwtheme:not(:hover):not([checked="true"]):not([open="true"]):not([disabled="true"]) {
@@ -106,10 +106,10 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
106} 106}
107 107
108.toolbarbutton-badge { 108.toolbarbutton-badge {
109 background-color: rgb(0,0,0); 109 background-color: #181411;
110 font-size: 10px; 110 font-size: 10px;
111 padding: 0 2px 1px; 111 padding: 0 2px 1px;
112 color: #fff; 112 color: #bfbbb6;
113 border-radius: 2px; 113 border-radius: 2px;
114 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, 114 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
115 0 -1px 0 hsla(0, 0%, 0%, .1) inset, 115 0 -1px 0 hsla(0, 0%, 0%, .1) inset,