summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:13:38 +0300
committerGitHub <noreply@github.com>2019-07-09 16:13:38 +0300
commit97c1ef918493ad7d62755d1c73cfbd00e84c4a45 (patch)
tree429e77354125caca03541302bcfbe0e3911ffda0
parent9299eada85656b0c02757d37c40b5067299d40b6 (diff)
Update tree.css
-rw-r--r--src/chrome/global/tree.css40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/chrome/global/tree.css b/src/chrome/global/tree.css
index 8a01e1d..5c4347f 100644
--- a/src/chrome/global/tree.css
+++ b/src/chrome/global/tree.css
@@ -12,8 +12,8 @@
12 12
13tree { 13tree {
14 margin: 0px 4px; 14 margin: 0px 4px;
15 border: 1px solid rgb(75,75,75); 15 border: 1px solid rgb(64,64,64);
16 background-color: rgb(50,50,50); 16 background-color: rgb(0,0,0);
17 color: #FFFFFF; 17 color: #FFFFFF;
18 -moz-appearance: none; 18 -moz-appearance: none;
19} 19}
@@ -43,11 +43,11 @@ treechildren::-moz-tree-cell-text {
43} 43}
44 44
45treechildren::-moz-tree-row(selected) { 45treechildren::-moz-tree-row(selected) {
46 background-color: rgb(110,110,110); 46 background-color: rgb(1,1,1);
47} 47}
48 48
49treechildren::-moz-tree-row(selected, focus) { 49treechildren::-moz-tree-row(selected, focus) {
50 background-color: rgb(120,120,120); 50 background-color: rgb(2,2,2);
51} 51}
52 52
53treechildren::-moz-tree-row(current, focus) { 53treechildren::-moz-tree-row(current, focus) {
@@ -91,14 +91,14 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text {
91} 91}
92 92
93tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { 93tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) {
94 background-color: rgb(110,110,110); 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: #fff;
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(110,110,110); 101 background-color: rgb(1,1,1);
102 color: #fff; 102 color: #fff;
103} 103}
104 104
@@ -107,11 +107,11 @@ treechildren::-moz-tree-cell-text(selected, focus) {
107} 107}
108 108
109tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { 109tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) {
110 background-color: rgb(120,120,120); 110 background-color: rgb(2,2,2);
111} 111}
112 112
113tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { 113tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
114 background-color: rgb(120,120,120); 114 background-color: rgb(2,2,2);
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) {
@@ -123,19 +123,19 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus
123} 123}
124 124
125tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { 125tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) {
126 border: 1px dotted rgb(75,75,75); 126 border: 1px dotted rgb(64,64,64);
127} 127}
128 128
129tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) { 129tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) {
130 border: 1px dotted rgb(75,75,75); 130 border: 1px dotted rgb(64,64,64);
131} 131}
132 132
133tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) { 133tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) {
134 border: 1px dotted rgb(80,80,80); 134 border: 1px dotted rgb(64,64,64);
135} 135}
136 136
137tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, current, focus) { 137tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, current, focus) {
138 border: 1px dotted rgb(80,80,80); 138 border: 1px dotted rgb(64,64,64);
139} 139}
140 140
141/* ::::: lines connecting cells ::::: */ 141/* ::::: lines connecting cells ::::: */
@@ -143,12 +143,12 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, curre
143tree[seltype="cell"] > treechildren::-moz-tree-line, 143tree[seltype="cell"] > treechildren::-moz-tree-line,
144tree[seltype="text"] > treechildren::-moz-tree-line, 144tree[seltype="text"] > treechildren::-moz-tree-line,
145treechildren::-moz-tree-line { 145treechildren::-moz-tree-line {
146 border: 1px dotted rgb(75,75,75); 146 border: 1px dotted rgb(64,64,64);
147} 147}
148 148
149tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus), 149tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
150treechildren::-moz-tree-line(selected, focus) { 150treechildren::-moz-tree-line(selected, focus) {
151 border: 1px dotted rgb(80,80,80); 151 border: 1px dotted rgb(64,64,64);
152} 152}
153 153
154/* ::::: tree separator ::::: */ 154/* ::::: tree separator ::::: */
@@ -161,7 +161,7 @@ treechildren::-moz-tree-separator {
161/* ::::: drop feedback ::::: */ 161/* ::::: drop feedback ::::: */
162 162
163treechildren::-moz-tree-row(dropOn) { 163treechildren::-moz-tree-row(dropOn) {
164 background-color: rgb(110,110,110); 164 background-color: rgb(1,1,1);
165} 165}
166 166
167tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), 167tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
@@ -171,7 +171,7 @@ treechildren::-moz-tree-cell-text(primary, dropOn) {
171} 171}
172 172
173treechildren::-moz-tree-drop-feedback { 173treechildren::-moz-tree-drop-feedback {
174 background-color: rgb(110,110,110); 174 background-color: rgb(1,1,1);
175 width: 50px; 175 width: 50px;
176 height: 2px; 176 height: 2px;
177 margin-inline-start: 5px; 177 margin-inline-start: 5px;
@@ -182,7 +182,7 @@ treechildren::-moz-tree-drop-feedback {
182treechildren::-moz-tree-progressmeter { 182treechildren::-moz-tree-progressmeter {
183 margin: 2px 4px; 183 margin: 2px 4px;
184 padding: 1px; 184 padding: 1px;
185 border: 1px solid rgb(75,75,75); 185 border: 1px solid rgb(64,64,64);
186 color: ThreeDShadow; 186 color: ThreeDShadow;
187} 187}
188 188
@@ -201,8 +201,8 @@ treecolpicker {
201 -moz-appearance: none; 201 -moz-appearance: none;
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(75,75,75); 204 border: 1px solid rgb(64,64,64);
205 background-color: rgb(60,60,60); 205 background-color: rgb(0,0,0);
206 color: #fff; 206 color: #fff;
207 padding: 0px 4px; 207 padding: 0px 4px;
208} 208}
@@ -225,7 +225,7 @@ treecol[hideheader="true"] {
225 225
226treecol:hover:active, 226treecol:hover:active,
227treecolpicker:hover:active { 227treecolpicker:hover:active {
228 background-color: rgb(110,110,110); 228 background-color: rgb(1,1,1);
229} 229}
230 230
231/* ::::: column drag and drop styles ::::: */ 231/* ::::: column drag and drop styles ::::: */