summaryrefslogtreecommitdiff
path: root/src/chrome/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os')
-rw-r--r--src/chrome/os/darwin/menu.css10
-rw-r--r--src/chrome/os/darwin/menulist.css8
-rw-r--r--src/chrome/os/darwin/notification.css6
-rw-r--r--src/chrome/os/darwin/popup.css10
-rw-r--r--src/chrome/os/darwin/radio.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.css4
-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
-rw-r--r--src/chrome/os/winnt/browser.css8
-rw-r--r--src/chrome/os/winnt/menu.css8
-rw-r--r--src/chrome/os/winnt/menulist.css10
-rw-r--r--src/chrome/os/winnt/notification.css6
-rw-r--r--src/chrome/os/winnt/popup.css12
-rw-r--r--src/chrome/os/winnt/radio.css4
-rw-r--r--src/chrome/os/winnt/scrollbars.css28
-rw-r--r--src/chrome/os/winnt/toolbar.css8
-rw-r--r--src/chrome/os/winnt/toolbarbutton.css6
23 files changed, 105 insertions, 105 deletions
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css
index 2f6c4a3..96bb0f4 100644
--- a/src/chrome/os/darwin/menu.css
+++ b/src/chrome/os/darwin/menu.css
@@ -9,7 +9,7 @@ menuitem,
9menucaption { 9menucaption {
10 -moz-appearance: none; 10 -moz-appearance: none;
11 -moz-box-align: center; 11 -moz-box-align: center;
12 color: #fff; 12 color: #bfbbb6;
13 font: -moz-pull-down-menu; 13 font: -moz-pull-down-menu;
14 list-style-image: none; 14 list-style-image: none;
15 -moz-image-region: auto; 15 -moz-image-region: auto;
@@ -118,8 +118,8 @@ menubar > menu[_moz-menuactive="true"] {
118 118
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: #bfbbb6;
122 background-color: rgb(0,0,0); 122 background-color: #181411;
123} 123}
124 124
125/* ..... internal content .... */ 125/* ..... internal content .... */
@@ -144,7 +144,7 @@ menupopup > menucaption {
144 144
145menu[_moz-menuactive="true"], 145menu[_moz-menuactive="true"],
146menuitem[_moz-menuactive="true"] { 146menuitem[_moz-menuactive="true"] {
147 color: #fff; 147 color: #bfbbb6;
148 background-color: rgb(64,64,64); 148 background-color: rgb(64,64,64);
149} 149}
150 150
@@ -155,7 +155,7 @@ menulist > menupopup > menucaption,
155menulist > menupopup > menu { 155menulist > menupopup > menu {
156 max-width: none; 156 max-width: none;
157 font: inherit; 157 font: inherit;
158 color: #fff; 158 color: #bfbbb6;
159} 159}
160 160
161/* ::::: menuitems in editable menulist popups ::::: */ 161/* ::::: menuitems in editable menulist popups ::::: */
diff --git a/src/chrome/os/darwin/menulist.css b/src/chrome/os/darwin/menulist.css
index f24404b..5aad189 100644
--- a/src/chrome/os/darwin/menulist.css
+++ b/src/chrome/os/darwin/menulist.css
@@ -13,8 +13,8 @@ menulist {
13 -moz-border-right-colors: rgb(64,64,64); 13 -moz-border-right-colors: rgb(64,64,64);
14 -moz-border-bottom-colors: rgb(64,64,64); 14 -moz-border-bottom-colors: rgb(64,64,64);
15 -moz-border-left-colors: rgb(64,64,64); 15 -moz-border-left-colors: rgb(64,64,64);
16 background-color: rgb(0,0,0); 16 background-color: #181411;
17 color: #fff; 17 color: #bfbbb6;
18 text-shadow: none; 18 text-shadow: none;
19} 19}
20 20
@@ -40,7 +40,7 @@ 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(0,0,0); 43 background-color: #181411;
44} 44}
45 45
46menulist:hover:active:not([disabled=true]) { 46menulist:hover:active:not([disabled=true]) {
@@ -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(0,0,0); 60 background-color: #181411;
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 3f18bee..5867402 100644
--- a/src/chrome/os/darwin/notification.css
+++ b/src/chrome/os/darwin/notification.css
@@ -20,7 +20,7 @@
20 -moz-appearance: none; 20 -moz-appearance: none;
21 margin: 0; 21 margin: 0;
22 border: 1px solid rgb(64,64,64); 22 border: 1px solid rgb(64,64,64);
23 background: rgb(0,0,0); 23 background: #181411;
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(0,0,0); 63 background: #181411;
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(0,0,0); 70 background: #181411;
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 e10ccce..bacf149 100644
--- a/src/chrome/os/darwin/popup.css
+++ b/src/chrome/os/darwin/popup.css
@@ -5,8 +5,8 @@
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(0,0,0); 8 --panel-arrowcontent-background: #181411;
9 --panel-arrowcontent-color: #fff; 9 --panel-arrowcontent-color: #ffffff;
10 --panel-arrowcontent-border: rgb(64,64,64); 10 --panel-arrowcontent-border: rgb(64,64,64);
11} 11}
12 12
@@ -15,7 +15,7 @@ panel {
15 border: 1px solid transparent; 15 border: 1px solid transparent;
16 padding: 0px; 16 padding: 0px;
17 min-width: 1px; 17 min-width: 1px;
18 color: #fff; 18 color: #bfbbb6;
19} 19}
20 20
21menupopup { 21menupopup {
@@ -24,7 +24,7 @@ menupopup {
24 -moz-border-left-colors : rgb(64,64,64); 24 -moz-border-left-colors : rgb(64,64,64);
25 -moz-border-right-colors : rgb(64,64,64); 25 -moz-border-right-colors : rgb(64,64,64);
26 -moz-border-bottom-colors: rgb(64,64,64); 26 -moz-border-bottom-colors: rgb(64,64,64);
27 background: rgb(0,0,0); 27 background: #181411;
28} 28}
29 29
30menupopup > menu > menupopup { 30menupopup > menu > menupopup {
@@ -105,7 +105,7 @@ tooltip {
105 padding: 2px 3px; 105 padding: 2px 3px;
106 max-width: 40em; 106 max-width: 40em;
107 background-color: rgb(1,1,1); 107 background-color: rgb(1,1,1);
108 color: #fff; 108 color: #bfbbb6;
109 font: message-box; 109 font: message-box;
110} 110}
111 111
diff --git a/src/chrome/os/darwin/radio.css b/src/chrome/os/darwin/radio.css
index 3b4fd72..1e076a4 100644
--- a/src/chrome/os/darwin/radio.css
+++ b/src/chrome/os/darwin/radio.css
@@ -37,7 +37,7 @@ radio[focused="true"] > .radio-label-box {
37/* ..... disabled state ..... */ 37/* ..... disabled state ..... */
38 38
39radio[disabled="true"] > .radio-check-box1 { 39radio[disabled="true"] > .radio-check-box1 {
40 background-color: rgb(0,0,0); 40 background-color: #181411;
41} 41}
42 42
43radio[disabled="true"] { 43radio[disabled="true"] {
@@ -56,7 +56,7 @@ radio[disabled="true"] {
56 border-radius: 50%; 56 border-radius: 50%;
57 width: 12px; 57 width: 12px;
58 height: 12px; 58 height: 12px;
59 background-color: rgb(0,0,0); 59 background-color: #181411;
60} 60}
61 61
62.radio-check-box2 { 62.radio-check-box2 {
diff --git a/src/chrome/os/darwin/toolbar.css b/src/chrome/os/darwin/toolbar.css
index 3aa39d5..fa04722 100644
--- a/src/chrome/os/darwin/toolbar.css
+++ b/src/chrome/os/darwin/toolbar.css
@@ -2,8 +2,8 @@
2 2
3toolbar { 3toolbar {
4 -moz-appearance: none; 4 -moz-appearance: none;
5 background-color: rgb(0,0,0); 5 background-color: #181411;
6 color: #fff; 6 color: #bfbbb6;
7 min-width: 1px; 7 min-width: 1px;
8 min-height: 19px; 8 min-height: 19px;
9 border-top: 1px solid rgb(64,64,64); 9 border-top: 1px solid rgb(64,64,64);
@@ -20,8 +20,8 @@ toolbar:-moz-lwtheme {
20 20
21menubar { 21menubar {
22 -moz-appearance: none; 22 -moz-appearance: none;
23 background-color: rgb(0,0,0); 23 background-color: #181411;
24 color: #fff; 24 color: #bfbbb6;
25 min-width: 1px; 25 min-width: 1px;
26} 26}
27 27
diff --git a/src/chrome/os/darwin/toolbarbutton.css b/src/chrome/os/darwin/toolbarbutton.css
index b5c250e..6177559 100644
--- a/src/chrome/os/darwin/toolbarbutton.css
+++ b/src/chrome/os/darwin/toolbarbutton.css
@@ -9,7 +9,7 @@ toolbarbutton {
9 -moz-box-pack: center; 9 -moz-box-pack: center;
10 margin: 0 2px; 10 margin: 0 2px;
11 padding: 3px 2px; 11 padding: 3px 2px;
12 color: #fff; 12 color: #bfbbb6;
13} 13}
14 14
15toolbarbutton[open="true"], 15toolbarbutton[open="true"],
@@ -79,7 +79,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
79 background-color: rgb(1,1,1); 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: #bfbbb6;
83 border-radius: 2px; 83 border-radius: 2px;
84 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, 84 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
85 0 -1px 0 hsla(0, 0%, 0%, .1) inset, 85 0 -1px 0 hsla(0, 0%, 0%, .1) inset,
diff --git a/src/chrome/os/darwin/tree.css b/src/chrome/os/darwin/tree.css
index 836f7f5..e696e53 100644
--- a/src/chrome/os/darwin/tree.css
+++ b/src/chrome/os/darwin/tree.css
@@ -8,7 +8,7 @@
8 8
9tree { 9tree {
10 color: -moz-DialogText; 10 color: -moz-DialogText;
11 background-color: #000000; 11 background-color: #181411;
12} 12}
13 13
14/* ::::: tree focusring ::::: */ 14/* ::::: tree focusring ::::: */
@@ -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: #000000; 134 background-color: #181411;
135} 135}
136 136
137/* ::::: column drag and drop styles ::::: */ 137/* ::::: column drag and drop styles ::::: */
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,
diff --git a/src/chrome/os/winnt/browser.css b/src/chrome/os/winnt/browser.css
index 54efaf6..923a9d8 100644
--- a/src/chrome/os/winnt/browser.css
+++ b/src/chrome/os/winnt/browser.css
@@ -17,7 +17,7 @@
17 box-shadow: none; 17 box-shadow: none;
18 padding: 0 1.5em .05em; 18 padding: 0 1.5em .05em;
19 margin: 0 0 2px; 19 margin: 0 0 2px;
20 color: #fff; 20 color: #bfbbb6;
21} 21}
22 22
23@media (-moz-windows-classic) { 23@media (-moz-windows-classic) {
@@ -177,7 +177,7 @@ toolbarbutton.bookmark-item[open="true"] {
177@media all and (-moz-windows-default-theme) { 177@media all and (-moz-windows-default-theme) {
178 #navigator-toolbox > toolbar:not(:-moz-lwtheme), 178 #navigator-toolbox > toolbar:not(:-moz-lwtheme),
179 #addon-bar:not(:-moz-lwtheme) { 179 #addon-bar:not(:-moz-lwtheme) {
180 background-color: rgb(0,0,0); 180 background-color: #181411;
181 } 181 }
182 182
183 #sidebar-splitter { 183 #sidebar-splitter {
@@ -440,7 +440,7 @@ toolbarbutton.bookmark-item[open="true"] {
440 440
441 #main-window[sizemode=fullscreen]:not(:-moz-lwtheme) { 441 #main-window[sizemode=fullscreen]:not(:-moz-lwtheme) {
442 -moz-appearance: none; 442 -moz-appearance: none;
443 background-color: rgb(0,0,0); 443 background-color: #181411;
444 } 444 }
445 445
446 #main-menubar > menu:not(:-moz-lwtheme) { 446 #main-menubar > menu:not(:-moz-lwtheme) {
@@ -531,7 +531,7 @@ toolbarbutton.bookmark-item[open="true"] {
531 } 531 }
532 532
533 #browser-bottombox:not(:-moz-lwtheme) { 533 #browser-bottombox:not(:-moz-lwtheme) {
534 background-color: rgb(0,0,0); 534 background-color: #181411;
535 background-clip: padding-box; 535 background-clip: padding-box;
536 } 536 }
537 537
diff --git a/src/chrome/os/winnt/menu.css b/src/chrome/os/winnt/menu.css
index 5970404..7e4f0b8 100644
--- a/src/chrome/os/winnt/menu.css
+++ b/src/chrome/os/winnt/menu.css
@@ -118,7 +118,7 @@ menubar > menu {
118} 118}
119 119
120menubar > menu[_moz-menuactive="true"]:not([disabled="true"]) { 120menubar > menu[_moz-menuactive="true"]:not([disabled="true"]) {
121 color: #fff; 121 color: #bfbbb6;
122} 122}
123 123
124menubar > menu[_moz-menuactive="true"][open="true"] { 124menubar > menu[_moz-menuactive="true"][open="true"] {
@@ -136,7 +136,7 @@ menubar > menu:-moz-lwtheme:not([disabled="true"]) {
136 136
137menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) { 137menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) {
138 background-color: rgb(64,64,64); 138 background-color: rgb(64,64,64);
139 color: #fff !important; 139 color: #bfbbb6 !important;
140 text-shadow: none; 140 text-shadow: none;
141} 141}
142 142
@@ -167,7 +167,7 @@ menu[_moz-menuactive="true"],
167menuitem[_moz-menuactive="true"], 167menuitem[_moz-menuactive="true"],
168.splitmenu-menuitem[_moz-menuactive="true"] { 168.splitmenu-menuitem[_moz-menuactive="true"] {
169 background-color: rgb(64,64,64) !important; 169 background-color: rgb(64,64,64) !important;
170 color: #fff !important; 170 color: #bfbbb6 !important;
171} 171}
172 172
173/* ::::: menu/menuitems in menulist popups ::::: */ 173/* ::::: menu/menuitems in menulist popups ::::: */
@@ -200,7 +200,7 @@ menulist > menupopup > menu > label {
200menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] { 200menulist:-moz-focusring > menupopup > menuitem[_moz-menuactive="true"] {
201 border: 1px dotted rgb(64,64,64); 201 border: 1px dotted rgb(64,64,64);
202 background-color: rgb(64,64,64); 202 background-color: rgb(64,64,64);
203 color: #fff; 203 color: #bfbbb6;
204} 204}
205 205
206menuitem[checked="true"] { 206menuitem[checked="true"] {
diff --git a/src/chrome/os/winnt/menulist.css b/src/chrome/os/winnt/menulist.css
index 03be8f8..aa6a6ed 100644
--- a/src/chrome/os/winnt/menulist.css
+++ b/src/chrome/os/winnt/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
@@ -81,7 +81,7 @@ menulist:hover:active > .menulist-dropmarker {
81 81
82menulist:focus:not([open="true"]) > .menulist-label-box { 82menulist:focus:not([open="true"]) > .menulist-label-box {
83 background-color: rgb(1,1,1); 83 background-color: rgb(1,1,1);
84 color: #fff; 84 color: #bfbbb6;
85} 85}
86 86
87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box { 87menulist:-moz-focusring:not([open="true"]) > .menulist-label-box {
@@ -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(0,0,0); 94 background-color: #181411;
95 color: GrayText; 95 color: GrayText;
96} 96}
97 97
@@ -110,7 +110,7 @@ html|*.menulist-editable-input {
110 padding: 0px !important; 110 padding: 0px !important;
111 background: inherit; 111 background: inherit;
112 font: inherit; 112 font: inherit;
113 color: #fff; 113 color: #bfbbb6;
114} 114}
115 115
116@media (-moz-windows-default-theme) { 116@media (-moz-windows-default-theme) {
diff --git a/src/chrome/os/winnt/notification.css b/src/chrome/os/winnt/notification.css
index c8a415c..e680f30 100644
--- a/src/chrome/os/winnt/notification.css
+++ b/src/chrome/os/winnt/notification.css
@@ -20,7 +20,7 @@
20 -moz-appearance: none; 20 -moz-appearance: none;
21 margin: 0; 21 margin: 0;
22 border: 1px solid rgb(64,64,64); 22 border: 1px solid rgb(64,64,64);
23 background: rgb(0,0,0); 23 background: #181411;
24} 24}
25 25
26.popup-notification-menubutton > .button-menubutton-button { 26.popup-notification-menubutton > .button-menubutton-button {
@@ -64,14 +64,14 @@
64.popup-notification-menubutton:not([type="menu-button"]):hover, 64.popup-notification-menubutton:not([type="menu-button"]):hover,
65.popup-notification-menubutton > .button-menubutton-button:hover, 65.popup-notification-menubutton > .button-menubutton-button:hover,
66.popup-notification-menubutton > .button-menubutton-dropmarker:hover { 66.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
67 background: rgb(0,0,0); 67 background: #181411;
68} 68}
69 69
70.popup-notification-menubutton:not([type="menu-button"]):hover:active, 70.popup-notification-menubutton:not([type="menu-button"]):hover:active,
71.popup-notification-menubutton > .button-menubutton-button:hover:active, 71.popup-notification-menubutton > .button-menubutton-button:hover:active,
72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active, 72.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker { 73.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
74 background: rgb(0,0,0); 74 background: #181411;
75} 75}
76 76
77.popup-notification-closebutton { 77.popup-notification-closebutton {
diff --git a/src/chrome/os/winnt/popup.css b/src/chrome/os/winnt/popup.css
index 41a3795..282ed44 100644
--- a/src/chrome/os/winnt/popup.css
+++ b/src/chrome/os/winnt/popup.css
@@ -6,8 +6,8 @@
6 6
7/* ::::: Variables ::::: */ 7/* ::::: Variables ::::: */
8.panel-arrowcontent { 8.panel-arrowcontent {
9 --panel-arrowcontent-background: rgb(0,0,0); 9 --panel-arrowcontent-background: #181411;
10 --panel-arrowcontent-color: #fff; 10 --panel-arrowcontent-color: #ffffff;
11 --panel-arrowcontent-border: 1px solid rgb(64,64,64); 11 --panel-arrowcontent-border: 1px solid rgb(64,64,64);
12} 12}
13 13
@@ -22,8 +22,8 @@ panel {
22 -moz-border-bottom-colors: rgb(32,32,32); 22 -moz-border-bottom-colors: rgb(32,32,32);
23 padding: 0px; 23 padding: 0px;
24 min-width: 1px; 24 min-width: 1px;
25 background: rgb(0,0,0); 25 background: #181411;
26 color: #fff; 26 color: #bfbbb6;
27} 27}
28 28
29menupopup { 29menupopup {
@@ -119,7 +119,7 @@ tooltip {
119 padding: 2px 3px; 119 padding: 2px 3px;
120 max-width: 40em; 120 max-width: 40em;
121 background-color: rgb(1,1,1); 121 background-color: rgb(1,1,1);
122 color: #fff; 122 color: #bfbbb6;
123 font: message-box; 123 font: message-box;
124} 124}
125 125
@@ -141,6 +141,6 @@ menulist > menupopup {
141 -moz-border-left-colors: rgb(64,64,64); 141 -moz-border-left-colors: rgb(64,64,64);
142 padding: 0px; 142 padding: 0px;
143 min-width: 0px; 143 min-width: 0px;
144 background-color: rgb(0,0,0); 144 background-color: #181411;
145} 145}
146 146
diff --git a/src/chrome/os/winnt/radio.css b/src/chrome/os/winnt/radio.css
index 4fd8cc4..5d23237 100644
--- a/src/chrome/os/winnt/radio.css
+++ b/src/chrome/os/winnt/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 {
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
index e45695e..1f6df33 100644
--- a/src/chrome/os/winnt/scrollbars.css
+++ b/src/chrome/os/winnt/scrollbars.css
@@ -15,7 +15,7 @@ scrollbar {
15 -moz-appearance: none; 15 -moz-appearance: none;
16 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); 16 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
17 cursor: default; 17 cursor: default;
18 background: rgb(0,0,0); 18 background: #181411;
19 pointer-events: auto; 19 pointer-events: auto;
20} 20}
21 21
@@ -40,7 +40,7 @@ scrollbar[orient="vertical"]
40 40
41thumb, 41thumb,
42scrollbarbutton { 42scrollbarbutton {
43 background:rgb(0,0,0) 50% 50% no-repeat; 43 background:#181411 50% 50% no-repeat;
44} 44}
45 45
46thumb { 46thumb {
@@ -82,7 +82,7 @@ thumb[orient="horizontal"] {
82/* ::::: scrollbar button ::::: */ 82/* ::::: scrollbar button ::::: */
83 83
84scrollbarbutton { 84scrollbarbutton {
85 background: rgb(0,0,0) no-repeat 0px 1px; 85 background: #181411 no-repeat 0px 1px;
86 min-width: 15px; 86 min-width: 15px;
87 min-height: 15px; 87 min-height: 15px;
88} 88}
@@ -106,7 +106,7 @@ scrollcorner {
106 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); 106 -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
107 width: 16px; 107 width: 16px;
108 cursor: default; 108 cursor: default;
109 background-color: rgb(0,0,0); 109 background-color: #181411;
110} 110}
111 111
112/* ..... increment .... */ 112/* ..... increment .... */
@@ -132,7 +132,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
132 132
133scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { 133scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
134 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis"); 134 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
135 background-color: rgb(0,0,0); 135 background-color: #181411;
136} 136}
137 137
138/* ..... decrement .... */ 138/* ..... decrement .... */
@@ -146,7 +146,7 @@ scrollbarbutton[type="decrement"] {
146 146
147scrollbarbutton[type="decrement"][disabled="true"] { 147scrollbarbutton[type="decrement"][disabled="true"] {
148 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis"); 148 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
149 background-color: rgb(0,0,0); 149 background-color: #181411;
150} 150}
151 151
152scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { 152scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -158,7 +158,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
158 158
159scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { 159scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
160 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis"); 160 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
161 background-color: rgb(0,0,0); 161 background-color: #181411;
162} 162}
163 163
164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ 164/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@@ -171,14 +171,14 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
171 -moz-appearance: none; 171 -moz-appearance: none;
172 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); 172 -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
173 cursor: default; 173 cursor: default;
174 background: rgb(0,0,0); 174 background: #181411;
175 } 175 }
176 176
177 /* ::::: borders for thumb and buttons ::::: */ 177 /* ::::: borders for thumb and buttons ::::: */
178 178
179 html|div thumb, 179 html|div thumb,
180 html|div scrollbarbutton { 180 html|div scrollbarbutton {
181 background: rgb(0,0,0) 50% 50% no-repeat; 181 background: #181411 50% 50% no-repeat;
182 } 182 }
183 183
184 html|div thumb { 184 html|div thumb {
@@ -211,7 +211,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
211 /* ::::: scrollbar button ::::: */ 211 /* ::::: scrollbar button ::::: */
212 212
213 html|div scrollbarbutton { 213 html|div scrollbarbutton {
214 background: rgb(0,0,0) no-repeat 0px 1px; 214 background: #181411 no-repeat 0px 1px;
215 width: 15px; 215 width: 15px;
216 height: 15px; 216 height: 15px;
217 } 217 }
@@ -231,7 +231,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
231 231
232 html|div scrollbarbutton[type="increment"][disabled="true"] { 232 html|div scrollbarbutton[type="increment"][disabled="true"] {
233 background-image: url("chrome://global/skin/arrow/arrow-h.svg#rit-dis"); 233 background-image: url("chrome://global/skin/arrow/arrow-h.svg#rit-dis");
234 background-color: rgb(0,0,0); 234 background-color: #181411;
235 } 235 }
236 236
237 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { 237 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
@@ -243,7 +243,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
243 243
244 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { 244 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
245 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis"); 245 background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
246 background-color: rgb(0,0,0); 246 background-color: #181411;
247 } 247 }
248 248
249 /* ..... decrement .... */ 249 /* ..... decrement .... */
@@ -257,7 +257,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
257 257
258 html|div scrollbarbutton[type="decrement"][disabled="true"] { 258 html|div scrollbarbutton[type="decrement"][disabled="true"] {
259 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis"); 259 background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
260 background-color: rgb(0,0,0); 260 background-color: #181411;
261 } 261 }
262 262
263 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { 263 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -269,7 +269,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
269 269
270 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { 270 html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
271 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis"); 271 background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
272 background-color: rgb(0,0,0); 272 background-color: #181411;
273 } 273 }
274 274
275} 275}
diff --git a/src/chrome/os/winnt/toolbar.css b/src/chrome/os/winnt/toolbar.css
index 80298b3..656fb7e 100644
--- a/src/chrome/os/winnt/toolbar.css
+++ b/src/chrome/os/winnt/toolbar.css
@@ -4,21 +4,21 @@
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
13/* ::::: toolbar & menubar ::::: */ 13/* ::::: toolbar & menubar ::::: */
14 14
15toolbar, menubar { 15toolbar, menubar {
16 -moz-appearance: none; 16 -moz-appearance: none;
17 color: #fff; 17 color: #bfbbb6;
18} 18}
19 19
20toolbar { 20toolbar {
21 background-color: rgb(0,0,0); 21 background-color: #181411;
22 min-width: 1px; 22 min-width: 1px;
23 min-height: 19px; 23 min-height: 19px;
24 border-top: 1px solid rgb(64,64,64); 24 border-top: 1px solid rgb(64,64,64);
diff --git a/src/chrome/os/winnt/toolbarbutton.css b/src/chrome/os/winnt/toolbarbutton.css
index 04cec58..01c4cf1 100644
--- a/src/chrome/os/winnt/toolbarbutton.css
+++ b/src/chrome/os/winnt/toolbarbutton.css
@@ -18,7 +18,7 @@ toolbarbutton {
18 border: 1px solid transparent; 18 border: 1px solid transparent;
19 padding: 3px; 19 padding: 3px;
20 background-color: transparent; 20 background-color: transparent;
21 color: #fff; 21 color: #bfbbb6;
22} 22}
23 23
24.toolbarbutton-icon[label]:not([label=""]), 24.toolbarbutton-icon[label]:not([label=""]),
@@ -69,7 +69,7 @@ toolbarbutton[checked="true"]:not([disabled="true"]) {
69 padding-inline-start: 4px; 69 padding-inline-start: 4px;
70 padding-inline-end: 2px; 70 padding-inline-end: 2px;
71 background-color: rgba(64,64,64,0.5); 71 background-color: rgba(64,64,64,0.5);
72 color: #fff; 72 color: #bfbbb6;
73} 73}
74 74
75@media (-moz-windows-default-theme) { 75@media (-moz-windows-default-theme) {
@@ -141,7 +141,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
141 font-size: 10px; 141 font-size: 10px;
142 font-weight: bold; 142 font-weight: bold;
143 padding: 0 2px 1px; 143 padding: 0 2px 1px;
144 color: #fff; 144 color: #bfbbb6;
145 border-radius: 2px; 145 border-radius: 2px;
146 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset, 146 box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
147 0 -1px 0 hsla(0, 0%, 0%, .1) inset, 147 0 -1px 0 hsla(0, 0%, 0%, .1) inset,