summaryrefslogtreecommitdiff
path: root/src/chrome/global/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/tree.css')
-rw-r--r--src/chrome/global/tree.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/chrome/global/tree.css b/src/chrome/global/tree.css
index 5c4347f..e9c3500 100644
--- a/src/chrome/global/tree.css
+++ b/src/chrome/global/tree.css
@@ -13,7 +13,7 @@
13tree { 13tree {
14 margin: 0px 4px; 14 margin: 0px 4px;
15 border: 1px solid rgb(64,64,64); 15 border: 1px solid rgb(64,64,64);
16 background-color: rgb(0,0,0); 16 background-color: #181411;
17 color: #FFFFFF; 17 color: #FFFFFF;
18 -moz-appearance: none; 18 -moz-appearance: none;
19} 19}
@@ -35,11 +35,11 @@ treechildren::-moz-tree-row {
35 border: 1px solid transparent; 35 border: 1px solid transparent;
36 min-height: 18px; 36 min-height: 18px;
37 height: 1.3em; 37 height: 1.3em;
38 color: #fff !important; 38 color: #bfbbb6 !important;
39} 39}
40 40
41treechildren::-moz-tree-cell-text { 41treechildren::-moz-tree-cell-text {
42 color: #fff !important; 42 color: #bfbbb6 !important;
43} 43}
44 44
45treechildren::-moz-tree-row(selected) { 45treechildren::-moz-tree-row(selected) {
@@ -73,11 +73,11 @@ treechildren::-moz-tree-cell {
73tree[seltype="cell"] > treechildren::-moz-tree-cell-text, 73tree[seltype="cell"] > treechildren::-moz-tree-cell-text,
74tree[seltype="text"] > treechildren::-moz-tree-cell-text, 74tree[seltype="text"] > treechildren::-moz-tree-cell-text,
75treechildren::-moz-tree-cell-text { 75treechildren::-moz-tree-cell-text {
76 color: #fff; 76 color: #bfbbb6;
77} 77}
78 78
79treechildren::-moz-tree-cell-text(selected) { 79treechildren::-moz-tree-cell-text(selected) {
80 color: #fff; 80 color: #bfbbb6;
81} 81}
82 82
83tree[seltype="cell"] > treechildren::-moz-tree-cell { 83tree[seltype="cell"] > treechildren::-moz-tree-cell {
@@ -94,16 +94,16 @@ tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) {
94 background-color: rgb(1,1,1); 94 background-color: rgb(1,1,1);
95} 95}
96tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { 96tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) {
97 color: #fff; 97 color: #bfbbb6;
98} 98}
99 99
100tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { 100tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) {
101 background-color: rgb(1,1,1); 101 background-color: rgb(1,1,1);
102 color: #fff; 102 color: #bfbbb6;
103} 103}
104 104
105treechildren::-moz-tree-cell-text(selected, focus) { 105treechildren::-moz-tree-cell-text(selected, focus) {
106 color: #fff; 106 color: #bfbbb6;
107} 107}
108 108
109tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { 109tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) {
@@ -115,11 +115,11 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus
115} 115}
116 116
117tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { 117tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
118 color: #fff; 118 color: #bfbbb6;
119} 119}
120 120
121tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { 121tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
122 color: #fff; 122 color: #bfbbb6;
123} 123}
124 124
125tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { 125tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) {
@@ -167,7 +167,7 @@ treechildren::-moz-tree-row(dropOn) {
167tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), 167tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
168tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), 168tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn),
169treechildren::-moz-tree-cell-text(primary, dropOn) { 169treechildren::-moz-tree-cell-text(primary, dropOn) {
170 color: #fff; 170 color: #bfbbb6;
171} 171}
172 172
173treechildren::-moz-tree-drop-feedback { 173treechildren::-moz-tree-drop-feedback {
@@ -202,8 +202,8 @@ treecolpicker {
202 -moz-box-align: center; 202 -moz-box-align: center;
203 -moz-box-pack: center; 203 -moz-box-pack: center;
204 border: 1px solid rgb(64,64,64); 204 border: 1px solid rgb(64,64,64);
205 background-color: rgb(0,0,0); 205 background-color: #181411;
206 color: #fff; 206 color: #bfbbb6;
207 padding: 0px 4px; 207 padding: 0px 4px;
208} 208}
209 209