summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin')
-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
8 files changed, 27 insertions, 27 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 ::::: */