summaryrefslogtreecommitdiff
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
parentdd73e6acd6c8c610e8e31945e8a068f0e3bef98b (diff)
update os specific
-rw-r--r--src/chrome/os/darwin/menu.css4
-rw-r--r--src/chrome/os/darwin/menulist.css16
-rw-r--r--src/chrome/os/darwin/notification.css8
-rw-r--r--src/chrome/os/darwin/popup.css18
-rw-r--r--src/chrome/os/darwin/radio.css24
-rw-r--r--src/chrome/os/darwin/scrollbars.css4
-rw-r--r--src/chrome/os/darwin/toolbar.css8
-rw-r--r--src/chrome/os/darwin/toolbarbutton.css4
-rw-r--r--src/chrome/os/darwin/tree.css12
-rw-r--r--src/chrome/os/linux/menu.css4
-rw-r--r--src/chrome/os/linux/menulist.css18
-rw-r--r--src/chrome/os/linux/popup.css9
-rw-r--r--src/chrome/os/linux/radio.css6
-rw-r--r--src/chrome/os/linux/scrollbars.css6
-rw-r--r--src/chrome/os/linux/toolbar.css11
-rw-r--r--src/chrome/os/linux/toolbarbutton.css2
-rw-r--r--src/chrome/os/linux/tree.css4
17 files changed, 78 insertions, 80 deletions
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css
index 07532c6..216ef7c 100644
--- a/src/chrome/os/darwin/menu.css
+++ b/src/chrome/os/darwin/menu.css
@@ -119,7 +119,7 @@ menubar > menu[_moz-menuactive="true"] {
119menubar > menu[_moz-menuactive="true"][open="true"] { 119menubar > menu[_moz-menuactive="true"][open="true"] {
120 -moz-appearance: none; 120 -moz-appearance: none;
121 color: #fff; 121 color: #fff;
122 background-color: rgb(110,110,110); 122 background-color: rgb(0,0,0);
123} 123}
124 124
125/* ..... internal content .... */ 125/* ..... internal content .... */
@@ -145,7 +145,7 @@ menupopup > menucaption {
145menu[_moz-menuactive="true"], 145menu[_moz-menuactive="true"],
146menuitem[_moz-menuactive="true"] { 146menuitem[_moz-menuactive="true"] {
147 color: #fff; 147 color: #fff;
148 background-color: rgb(110,110,110); 148 background-color: rgb(0,0,0);
149} 149}
150 150
151/* ::::: menu/menuitems in menulist popups ::::: */ 151/* ::::: menu/menuitems in menulist popups ::::: */
diff --git a/src/chrome/os/darwin/menulist.css b/src/chrome/os/darwin/menulist.css
index 4360e60..f24404b 100644
--- a/src/chrome/os/darwin/menulist.css
+++ b/src/chrome/os/darwin/menulist.css
@@ -9,11 +9,11 @@ menulist {
9 -moz-appearance: none; 9 -moz-appearance: none;
10 margin: 2px 4px; 10 margin: 2px 4px;
11 border: 1px solid; 11 border: 1px solid;
12 -moz-border-top-colors: rgb(75,75,75); 12 -moz-border-top-colors: rgb(64,64,64);
13 -moz-border-right-colors: rgb(75,75,75); 13 -moz-border-right-colors: rgb(64,64,64);
14 -moz-border-bottom-colors: rgb(75,75,75); 14 -moz-border-bottom-colors: rgb(64,64,64);
15 -moz-border-left-colors: rgb(75,75,75); 15 -moz-border-left-colors: rgb(64,64,64);
16 background-color: rgb(50,50,50); 16 background-color: rgb(0,0,0);
17 color: #fff; 17 color: #fff;
18 text-shadow: none; 18 text-shadow: none;
19} 19}
@@ -40,11 +40,11 @@ menulist:not([popuponly="true"]) {
40} 40}
41 41
42menulist:hover:not(:active):not([disabled=true]) { 42menulist:hover:not(:active):not([disabled=true]) {
43 background-color: rgb(75,75,75); 43 background-color: rgb(0,0,0);
44} 44}
45 45
46menulist:hover:active:not([disabled=true]) { 46menulist:hover:active:not([disabled=true]) {
47 background-color: rgb(110,110,110); 47 background-color: rgb(1,1,1);
48} 48}
49 49
50/* ..... dropmarker ..... */ 50/* ..... dropmarker ..... */
@@ -57,7 +57,7 @@ menulist > .menulist-dropmarker {
57/* ..... disabled state ..... */ 57/* ..... disabled state ..... */
58 58
59menulist[disabled="true"] { 59menulist[disabled="true"] {
60 background-color: rgb(62,62,62); 60 background-color: rgb(0,0,0);
61 color: GrayText; 61 color: GrayText;
62} 62}
63 63
diff --git a/src/chrome/os/darwin/notification.css b/src/chrome/os/darwin/notification.css
index 09109a7..3f18bee 100644
--- a/src/chrome/os/darwin/notification.css
+++ b/src/chrome/os/darwin/notification.css
@@ -19,8 +19,8 @@
19.popup-notification-menubutton > .button-menubutton-dropmarker { 19.popup-notification-menubutton > .button-menubutton-dropmarker {
20 -moz-appearance: none; 20 -moz-appearance: none;
21 margin: 0; 21 margin: 0;
22 border: 1px solid rgb(75,75,75); 22 border: 1px solid rgb(64,64,64);
23 background: rgb(50,50,50); 23 background: rgb(0,0,0);
24} 24}
25 25
26.popup-notification-menubutton > .button-menubutton-button { 26.popup-notification-menubutton > .button-menubutton-button {
@@ -60,14 +60,14 @@
60.popup-notification-menubutton:not([type="menu-button"]):hover, 60.popup-notification-menubutton:not([type="menu-button"]):hover,
61.popup-notification-menubutton > .button-menubutton-button:hover, 61.popup-notification-menubutton > .button-menubutton-button:hover,
62.popup-notification-menubutton > .button-menubutton-dropmarker:hover { 62.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
63 background: rgb(75,75,75); 63 background: rgb(0,0,0);
64} 64}
65 65
66.popup-notification-menubutton:not([type="menu-button"]):hover:active, 66.popup-notification-menubutton:not([type="menu-button"]):hover:active,
67.popup-notification-menubutton > .button-menubutton-button:hover:active, 67.popup-notification-menubutton > .button-menubutton-button:hover:active,
68.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 68.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
69.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 69.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
70 background: rgb(23,23,23); 70 background: rgb(0,0,0);
71} 71}
72 72
73.popup-notification-closebutton { 73.popup-notification-closebutton {
diff --git a/src/chrome/os/darwin/popup.css b/src/chrome/os/darwin/popup.css
index 2356d79..e10ccce 100644
--- a/src/chrome/os/darwin/popup.css
+++ b/src/chrome/os/darwin/popup.css
@@ -5,9 +5,9 @@
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6 6
7.panel-arrowcontent { 7.panel-arrowcontent {
8 --panel-arrowcontent-background: rgb(50,50,50); 8 --panel-arrowcontent-background: rgb(0,0,0);
9 --panel-arrowcontent-color: #fff; 9 --panel-arrowcontent-color: #fff;
10 --panel-arrowcontent-border: rgb(75,75,75); 10 --panel-arrowcontent-border: rgb(64,64,64);
11} 11}
12 12
13menupopup, 13menupopup,
@@ -20,11 +20,11 @@ panel {
20 20
21menupopup { 21menupopup {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 -moz-border-top-colors : rgb(75,75,75); 23 -moz-border-top-colors : rgb(64,64,64);
24 -moz-border-left-colors : rgb(75,75,75); 24 -moz-border-left-colors : rgb(64,64,64);
25 -moz-border-right-colors : rgb(23,23,23); 25 -moz-border-right-colors : rgb(64,64,64);
26 -moz-border-bottom-colors: rgb(23,23,23); 26 -moz-border-bottom-colors: rgb(64,64,64);
27 background: rgb(43,43,43); 27 background: rgb(0,0,0);
28} 28}
29 29
30menupopup > menu > menupopup { 30menupopup > menu > menupopup {
@@ -101,10 +101,10 @@ panel[type="arrow"][side="right"] {
101tooltip { 101tooltip {
102 -moz-appearance: none; 102 -moz-appearance: none;
103 margin-top: 21px; 103 margin-top: 21px;
104 border: 1px solid rgb(75,75,75); 104 border: 1px solid rgb(64,64,64);
105 padding: 2px 3px; 105 padding: 2px 3px;
106 max-width: 40em; 106 max-width: 40em;
107 background-color: rgb(110,110,110); 107 background-color: rgb(1,1,1);
108 color: #fff; 108 color: #fff;
109 font: message-box; 109 font: message-box;
110} 110}
diff --git a/src/chrome/os/darwin/radio.css b/src/chrome/os/darwin/radio.css
index 102a09e..3b4fd72 100644
--- a/src/chrome/os/darwin/radio.css
+++ b/src/chrome/os/darwin/radio.css
@@ -31,13 +31,13 @@ radio {
31/* ..... focused state ..... */ 31/* ..... focused state ..... */
32 32
33radio[focused="true"] > .radio-label-box { 33radio[focused="true"] > .radio-label-box {
34 border: 1px dotted rgb(75,75,75); 34 border: 1px dotted rgb(64,64,64);
35} 35}
36 36
37/* ..... disabled state ..... */ 37/* ..... disabled state ..... */
38 38
39radio[disabled="true"] > .radio-check-box1 { 39radio[disabled="true"] > .radio-check-box1 {
40 background-color: rgb(62,62,62); 40 background-color: rgb(0,0,0);
41} 41}
42 42
43radio[disabled="true"] { 43radio[disabled="true"] {
@@ -49,21 +49,21 @@ radio[disabled="true"] {
49.radio-check-box1 { 49.radio-check-box1 {
50 -moz-appearance: none; 50 -moz-appearance: none;
51 margin: 1px 0px; 51 margin: 1px 0px;
52 border-top: 1px solid rgb(75,75,75); 52 border-top: 1px solid rgb(64,64,64);
53 border-right: 1px solid rgb(75,75,75); 53 border-right: 1px solid rgb(64,64,64);
54 border-bottom: 1px solid rgb(75,75,75); 54 border-bottom: 1px solid rgb(64,64,64);
55 border-left: 1px solid rgb(75,75,75); 55 border-left: 1px solid rgb(64,64,64);
56 border-radius: 50%; 56 border-radius: 50%;
57 width: 12px; 57 width: 12px;
58 height: 12px; 58 height: 12px;
59 background-color: rgb(50,50,50); 59 background-color: rgb(0,0,0);
60} 60}
61 61
62.radio-check-box2 { 62.radio-check-box2 {
63 border-top: 1px solid rgb(75,75,75); 63 border-top: 1px solid rgb(64,64,64);
64 border-right: 1px solid rgb(75,75,75); 64 border-right: 1px solid rgb(64,64,64);
65 border-bottom: 1px solid rgb(75,75,75); 65 border-bottom: 1px solid rgb(64,64,64);
66 border-left: 1px solid rgb(75,75,75); 66 border-left: 1px solid rgb(64,64,64);
67 border-radius: 50%; 67 border-radius: 50%;
68 padding: 2px; 68 padding: 2px;
69 width: 4px; 69 width: 4px;
@@ -72,7 +72,7 @@ radio[disabled="true"] {
72} 72}
73 73
74radio:hover:active > .radio-check-box1 { 74radio:hover:active > .radio-check-box1 {
75 background-color: rgb(110,110,110); 75 background-color: rgb(1,1,1);
76} 76}
77 77
78/* ..... selected state ..... */ 78/* ..... selected state ..... */
diff --git a/src/chrome/os/darwin/scrollbars.css b/src/chrome/os/darwin/scrollbars.css
index 82ef4d2..f1d93e3 100644
--- a/src/chrome/os/darwin/scrollbars.css
+++ b/src/chrome/os/darwin/scrollbars.css
@@ -9,7 +9,7 @@ scrollbar {
9 -moz-appearance: scrollbar; 9 -moz-appearance: scrollbar;
10 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar); 10 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar);
11 cursor: default; 11 cursor: default;
12 background-color: white; 12 background-color: black;
13} 13}
14 14
15scrollbar[root="true"] { 15scrollbar[root="true"] {
@@ -76,7 +76,7 @@ scrollcorner {
76 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); 76 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
77 width: 16px; 77 width: 16px;
78 cursor: default; 78 cursor: default;
79 background-color: white; 79 background-color: black;
80} 80}
81 81
82/* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ 82/* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */
diff --git a/src/chrome/os/darwin/toolbar.css b/src/chrome/os/darwin/toolbar.css
index 6ca6a32..3aa39d5 100644
--- a/src/chrome/os/darwin/toolbar.css
+++ b/src/chrome/os/darwin/toolbar.css
@@ -2,12 +2,12 @@
2 2
3toolbar { 3toolbar {
4 -moz-appearance: none; 4 -moz-appearance: none;
5 background-color: rgb(43,43,43); 5 background-color: rgb(0,0,0);
6 color: #fff; 6 color: #fff;
7 min-width: 1px; 7 min-width: 1px;
8 min-height: 19px; 8 min-height: 19px;
9 border-top: 1px solid rgb(75,75,75); 9 border-top: 1px solid rgb(64,64,64);
10 border-bottom: 1px solid rgb(75,75,75); 10 border-bottom: 1px solid rgb(64,64,64);
11} 11}
12 12
13menubar:-moz-lwtheme, 13menubar:-moz-lwtheme,
@@ -20,7 +20,7 @@ toolbar:-moz-lwtheme {
20 20
21menubar { 21menubar {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 background-color: rgb(43,43,43); 23 background-color: rgb(0,0,0);
24 color: #fff; 24 color: #fff;
25 min-width: 1px; 25 min-width: 1px;
26} 26}
diff --git a/src/chrome/os/darwin/toolbarbutton.css b/src/chrome/os/darwin/toolbarbutton.css
index 122bcdd..b5c250e 100644
--- a/src/chrome/os/darwin/toolbarbutton.css
+++ b/src/chrome/os/darwin/toolbarbutton.css
@@ -76,7 +76,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
76/* ::::: toolbarbutton badged ::::: */ 76/* ::::: toolbarbutton badged ::::: */
77 77
78.toolbarbutton-badge { 78.toolbarbutton-badge {
79 background-color: rgb(110,110,110); 79 background-color: rgb(1,1,1);
80 font-size: 9px; 80 font-size: 9px;
81 padding: 1px 2px; 81 padding: 1px 2px;
82 color: #fff; 82 color: #fff;
@@ -94,7 +94,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
94} 94}
95 95
96.toolbarbutton-badge:-moz-window-inactive { 96.toolbarbutton-badge:-moz-window-inactive {
97 background-color: rgb(230,230,230); 97 background-color: rgb(2,2,2);
98 box-shadow: none; 98 box-shadow: none;
99 color: rgb(192,192,192); 99 color: rgb(192,192,192);
100} 100}
diff --git a/src/chrome/os/darwin/tree.css b/src/chrome/os/darwin/tree.css
index 147ec45..836f7f5 100644
--- a/src/chrome/os/darwin/tree.css
+++ b/src/chrome/os/darwin/tree.css
@@ -8,13 +8,13 @@
8 8
9tree { 9tree {
10 color: -moz-DialogText; 10 color: -moz-DialogText;
11 background-color: #FFFFFF; 11 background-color: #000000;
12} 12}
13 13
14/* ::::: tree focusring ::::: */ 14/* ::::: tree focusring ::::: */
15 15
16.focusring > .tree-stack > .tree-rows > .tree-bodybox { 16.focusring > .tree-stack > .tree-rows > .tree-bodybox {
17 border: 1px solid transparent; 17 border: 1px solid transparent;
18} 18}
19 19
20.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { 20.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
@@ -87,7 +87,7 @@ treechildren::-moz-tree-separator {
87tree[seltype="cell"] > treechildren::-moz-tree-cell(primary, dropOn), 87tree[seltype="cell"] > treechildren::-moz-tree-cell(primary, dropOn),
88tree[seltype="text"] > treechildren::-moz-tree-cell(primary, dropOn), 88tree[seltype="text"] > treechildren::-moz-tree-cell(primary, dropOn),
89treechildren::-moz-tree-cell(primary, dropOn) { 89treechildren::-moz-tree-cell(primary, dropOn) {
90 background-color: #A1A1A1 !important; 90 background-color: #020202 !important;
91 color: #FFF !important; 91 color: #FFF !important;
92 background-image: none; 92 background-image: none;
93} 93}
@@ -98,7 +98,7 @@ treechildren::-moz-tree-cell-text(primary, dropOn) {
98} 98}
99 99
100treechildren::-moz-tree-drop-feedback { 100treechildren::-moz-tree-drop-feedback {
101 background-color: #A1A1A1; 101 background-color: #020202;
102} 102}
103 103
104/* ::::: tree progress meter ::::: */ 104/* ::::: tree progress meter ::::: */
@@ -131,7 +131,7 @@ treecolpicker:hover:active {
131 -moz-border-right-colors: ThreeDDarkShadow; 131 -moz-border-right-colors: ThreeDDarkShadow;
132 -moz-border-bottom-colors: ThreeDDarkShadow; 132 -moz-border-bottom-colors: ThreeDDarkShadow;
133 -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; 133 -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
134 background-color: #666666; 134 background-color: #000000;
135} 135}
136 136
137/* ::::: column drag and drop styles ::::: */ 137/* ::::: column drag and drop styles ::::: */
@@ -178,4 +178,4 @@ treechildren.gridlines::-moz-tree-cell {
178 margin: 0; 178 margin: 0;
179 margin-inline-start: -2px; 179 margin-inline-start: -2px;
180 padding: 2px 1px 1px; 180 padding: 2px 1px 1px;
181} \ No newline at end of file 181}
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css
index 23db93d..da86394 100644
--- a/src/chrome/os/linux/menu.css
+++ b/src/chrome/os/linux/menu.css
@@ -30,7 +30,7 @@ menu[_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: #fff;
33 background-color: rgb(110,110,110); 33 background-color: rgb(0,0,0);
34} 34}
35 35
36menu[disabled="true"], 36menu[disabled="true"],
@@ -60,7 +60,7 @@ menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-
60 60
61menubar > menu[open] { 61menubar > menu[open] {
62 color: #fff; 62 color: #fff;
63 background-color: rgb(110,110,110); 63 background-color: rgb(0,0,0);
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 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
diff --git a/src/chrome/os/linux/popup.css b/src/chrome/os/linux/popup.css
index e5e653b..bc434e9 100644
--- a/src/chrome/os/linux/popup.css
+++ b/src/chrome/os/linux/popup.css
@@ -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(43,43,43); 23 background: rgb(0,0,0);
24} 24}
25 25
26/* ::::: arrow panel ::::: */ 26/* ::::: arrow panel ::::: */
@@ -44,7 +44,7 @@ panel[type="arrow"][side="right"] {
44.panel-arrowcontent { 44.panel-arrowcontent {
45 padding: 10px; 45 padding: 10px;
46 color: #fff; 46 color: #fff;
47 background: rgb(50,50,50); 47 background: rgb(0,0,0);
48 border: 1px solid rgb(75,75,75); 48 border: 1px solid rgb(75,75,75);
49} 49}
50 50
@@ -87,11 +87,11 @@ panel[type="arrow"][side="right"] {
87tooltip { 87tooltip {
88 -moz-appearance: none; 88 -moz-appearance: none;
89 margin-top: 21px; 89 margin-top: 21px;
90 border: 1px solid rgb(75,75,75); 90 border: 1px solid rgb(64,64,64);
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(110,110,110); 94 background-color: rgb(0,0,0);
95 color: #fff; 95 color: #fff;
96 font: message-box; 96 font: message-box;
97} 97}
@@ -109,4 +109,3 @@ menulist > menupopup {
109 padding: 0px; 109 padding: 0px;
110 min-width: 0px; 110 min-width: 0px;
111} 111}
112
diff --git a/src/chrome/os/linux/radio.css b/src/chrome/os/linux/radio.css
index 0ffd9f5..b3dc298 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(62,62,62); 49 background-color: rgb(0,0,0);
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(50,50,50); 68 background-color: rgb(0,0,0);
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(110,110,110); 84 background-color: rgb(0,0,0);
85} 85}
86 86
87/* ..... selected state ..... */ 87/* ..... selected state ..... */
diff --git a/src/chrome/os/linux/scrollbars.css b/src/chrome/os/linux/scrollbars.css
index 6d8f1c8..df05489 100644
--- a/src/chrome/os/linux/scrollbars.css
+++ b/src/chrome/os/linux/scrollbars.css
@@ -30,7 +30,7 @@ scrollbar {
30 } 30 }
31} 31}
32 32
33scrollbar[orient="vertical"] 33scrollbar[orient="vertical"]
34{ 34{
35 -moz-appearance: scrollbar-vertical; 35 -moz-appearance: scrollbar-vertical;
36} 36}
@@ -86,7 +86,7 @@ scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
86 86
87/* ::::: square at the corner of two scrollbars ::::: */ 87/* ::::: square at the corner of two scrollbars ::::: */
88 88
89scrollcorner { 89scrollcorner {
90 /* XXX -moz-appearance: scrollcorner; */ 90 /* XXX -moz-appearance: scrollcorner; */
91 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); 91 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
92 width: 16px; 92 width: 16px;
@@ -147,7 +147,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
147 background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; 147 background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
148 } 148 }
149 149
150 html|div scrollbar[orient="vertical"] 150 html|div scrollbar[orient="vertical"]
151 { 151 {
152 -moz-appearance: scrollbar-vertical; 152 -moz-appearance: scrollbar-vertical;
153 } 153 }
diff --git a/src/chrome/os/linux/toolbar.css b/src/chrome/os/linux/toolbar.css
index 232e52a..8216093 100644
--- a/src/chrome/os/linux/toolbar.css
+++ b/src/chrome/os/linux/toolbar.css
@@ -4,9 +4,9 @@
4 4
5toolbox { 5toolbox {
6 -moz-appearance: none; 6 -moz-appearance: none;
7 background-color: rgb(43,43,43); 7 background-color: rgb(0,0,0);
8 border-top: 1px solid; 8 border-top: 1px solid;
9 -moz-border-top-colors: rgb(75,75,75); 9 -moz-border-top-colors: rgb(64,64,64);
10 color: #fff; 10 color: #fff;
11} 11}
12 12
@@ -24,11 +24,11 @@ toolbar, menubar {
24} 24}
25 25
26toolbar { 26toolbar {
27 background-color: rgb(43,43,43); 27 background-color: rgb(0,0,0);
28 min-width: 1px; 28 min-width: 1px;
29 min-height: 19px; 29 min-height: 19px;
30 border-top: 1px solid rgb(75,75,75); 30 border-top: 1px solid rgb(64,64,64);
31 border-bottom: 1px solid rgb(75,75,75); 31 border-bottom: 1px solid rgb(64,64,64);
32} 32}
33 33
34toolbar:first-child, menubar { 34toolbar:first-child, menubar {
@@ -72,4 +72,3 @@ toolbarseparator {
72toolbarspacer { 72toolbarspacer {
73 width: 15px; 73 width: 15px;
74} 74}
75
diff --git a/src/chrome/os/linux/toolbarbutton.css b/src/chrome/os/linux/toolbarbutton.css
index 8856c78..93471aa 100644
--- a/src/chrome/os/linux/toolbarbutton.css
+++ b/src/chrome/os/linux/toolbarbutton.css
@@ -106,7 +106,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
106} 106}
107 107
108.toolbarbutton-badge { 108.toolbarbutton-badge {
109 background-color: rgb(110,110,110); 109 background-color: rgb(0,0,0);
110 font-size: 10px; 110 font-size: 10px;
111 padding: 0 2px 1px; 111 padding: 0 2px 1px;
112 color: #fff; 112 color: #fff;
diff --git a/src/chrome/os/linux/tree.css b/src/chrome/os/linux/tree.css
index 4a75e48..8df8d07 100644
--- a/src/chrome/os/linux/tree.css
+++ b/src/chrome/os/linux/tree.css
@@ -19,7 +19,7 @@ tree {
19/* ::::: tree focusring ::::: */ 19/* ::::: tree focusring ::::: */
20 20
21.focusring > .tree-stack > .tree-rows > .tree-bodybox { 21.focusring > .tree-stack > .tree-rows > .tree-bodybox {
22 border: 1px solid transparent; 22 border: 1px solid transparent;
23} 23}
24 24
25.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { 25.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
@@ -231,4 +231,4 @@ treechildren::-moz-tree-cell-text(selected, editing) {
231 margin: 0; 231 margin: 0;
232 margin-inline-start: -4px; 232 margin-inline-start: -4px;
233 padding: 1px; 233 padding: 1px;
234} \ No newline at end of file 234}