sixth and final part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / EarlyBlue / messenger / threadPaneLabels.css
CommitLineData
9099c61d
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
74d14f90 4
5/* ===== threadPaneLabels.css ===========================================
6 == Styles for the thread pane in the Messenger 3-pane window.
7 ======================================================================= */
8
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
11/* ::::: thread labels decoration ::::: */
12
13/* There are 10x7 color definitions (size of the color picker used)
14 times 2 (2 style definitions for each color) + 2 general black
15 and white color definitions.
16 The color definitions can be in the following formats:
17 color: red;
18 color: #FF0000;
2bea26d6 19 color: rgb(128, 0, 0);
74d14f90 20*/
2bea26d6 21treechildren::-moz-tree-cell-text(lc-FFFFFF), .lc-FFFFFF:not([_moz-menuactive]) {
74d14f90 22 color: #FFFFFF
23}
2bea26d6 24treechildren::-moz-tree-row(lc-FFFFFF, selected, focus), .lc-FFFFFF[_moz-menuactive] {
74d14f90 25 background-color: #FFFFFF;
26}
27
2bea26d6 28treechildren::-moz-tree-cell-text(lc-CCCCCC), .lc-CCCCCC:not([_moz-menuactive]) {
74d14f90 29 color: #CCCCCC
30}
2bea26d6 31treechildren::-moz-tree-row(lc-CCCCCC, selected, focus), .lc-CCCCCC[_moz-menuactive] {
74d14f90 32 background-color: #CCCCCC;
33}
34
2bea26d6 35treechildren::-moz-tree-cell-text(lc-C0C0C0), .lc-C0C0C0:not([_moz-menuactive]) {
74d14f90 36 color: #C0C0C0
37}
2bea26d6 38treechildren::-moz-tree-row(lc-C0C0C0, selected, focus), .lc-C0C0C0[_moz-menuactive] {
74d14f90 39 background-color: #C0C0C0;
40}
41
2bea26d6 42treechildren::-moz-tree-cell-text(lc-999999), .lc-999999:not([_moz-menuactive]) {
74d14f90 43 color: #999999
44}
2bea26d6 45treechildren::-moz-tree-row(lc-999999, selected, focus), .lc-999999[_moz-menuactive] {
74d14f90 46 background-color: #999999;
47}
48
2bea26d6 49treechildren::-moz-tree-cell-text(lc-666666), .lc-666666:not([_moz-menuactive]) {
74d14f90 50 color: #666666
51}
2bea26d6 52treechildren::-moz-tree-row(lc-666666, selected, focus), .lc-666666[_moz-menuactive] {
74d14f90 53 background-color: #666666;
54}
55
2bea26d6 56treechildren::-moz-tree-cell-text(lc-333333), .lc-333333:not([_moz-menuactive]) {
74d14f90 57 color: #333333
58}
2bea26d6 59treechildren::-moz-tree-row(lc-333333, selected, focus), .lc-333333[_moz-menuactive] {
74d14f90 60 background-color: #333333;
61}
62
2bea26d6 63treechildren::-moz-tree-cell-text(lc-000000), .lc-000000:not([_moz-menuactive]) {
74d14f90 64 color: #000000
65}
2bea26d6 66treechildren::-moz-tree-row(lc-000000, selected, focus), .lc-000000[_moz-menuactive] {
74d14f90 67 background-color: #000000;
68}
69
70
2bea26d6 71treechildren::-moz-tree-cell-text(lc-FFCCCC), .lc-FFCCCC:not([_moz-menuactive]) {
74d14f90 72 color: #FFCCCC
73}
2bea26d6 74treechildren::-moz-tree-row(lc-FFCCCC, selected, focus), .lc-FFCCCC[_moz-menuactive] {
74d14f90 75 background-color: #FFCCCC;
76}
77
2bea26d6 78treechildren::-moz-tree-cell-text(lc-FF6666), .lc-FF6666:not([_moz-menuactive]) {
74d14f90 79 color: #FF6666
80}
2bea26d6 81treechildren::-moz-tree-row(lc-FF6666, selected, focus), .lc-FF6666[_moz-menuactive] {
74d14f90 82 background-color: #FF6666;
83}
84
2bea26d6 85treechildren::-moz-tree-cell-text(lc-FF0000), .lc-FF0000:not([_moz-menuactive]) {
74d14f90 86 color: #FF0000
87}
2bea26d6 88treechildren::-moz-tree-row(lc-FF0000, selected, focus), .lc-FF0000[_moz-menuactive] {
74d14f90 89 background-color: #FF0000;
90}
91
2bea26d6 92treechildren::-moz-tree-cell-text(lc-CC0000), .lc-CC0000:not([_moz-menuactive]) {
74d14f90 93 color: #CC0000
94}
2bea26d6 95treechildren::-moz-tree-row(lc-CC0000, selected, focus), .lc-CC0000[_moz-menuactive] {
74d14f90 96 background-color: #CC0000;
97}
98
2bea26d6 99treechildren::-moz-tree-cell-text(lc-990000), .lc-990000:not([_moz-menuactive]) {
74d14f90 100 color: #990000
101}
2bea26d6 102treechildren::-moz-tree-row(lc-990000, selected, focus), .lc-990000[_moz-menuactive] {
74d14f90 103 background-color: #990000;
104}
105
2bea26d6 106treechildren::-moz-tree-cell-text(lc-660000), .lc-660000:not([_moz-menuactive]) {
74d14f90 107 color: #660000
108}
2bea26d6 109treechildren::-moz-tree-row(lc-660000, selected, focus), .lc-660000[_moz-menuactive] {
74d14f90 110 background-color: #660000;
111}
112
2bea26d6 113treechildren::-moz-tree-cell-text(lc-330000), .lc-330000:not([_moz-menuactive]) {
74d14f90 114 color: #330000
115}
2bea26d6 116treechildren::-moz-tree-row(lc-330000, selected, focus), .lc-330000[_moz-menuactive] {
74d14f90 117 background-color: #330000;
118}
119
120
2bea26d6 121treechildren::-moz-tree-cell-text(lc-FFCC99), .lc-FFCC99:not([_moz-menuactive]) {
74d14f90 122 color: #FFCC99
123}
2bea26d6 124treechildren::-moz-tree-row(lc-FFCC99, selected, focus), .lc-FFCC99[_moz-menuactive] {
74d14f90 125 background-color: #FFCC99;
126}
127
2bea26d6 128treechildren::-moz-tree-cell-text(lc-FF9966), .lc-FF9966:not([_moz-menuactive]) {
74d14f90 129 color: #FF9966
130}
2bea26d6 131treechildren::-moz-tree-row(lc-FF9966, selected, focus), .lc-FF9966[_moz-menuactive] {
74d14f90 132 background-color: #FF9966;
133}
134
2bea26d6 135treechildren::-moz-tree-cell-text(lc-FF9900), .lc-FF9900:not([_moz-menuactive]) {
74d14f90 136 color: #FF9900
137}
2bea26d6 138treechildren::-moz-tree-row(lc-FF9900, selected, focus), .lc-FF9900[_moz-menuactive] {
74d14f90 139 background-color: #FF9900;
140}
141
2bea26d6 142treechildren::-moz-tree-cell-text(lc-FF6600), .lc-FF6600:not([_moz-menuactive]) {
74d14f90 143 color: #FF6600
144}
2bea26d6 145treechildren::-moz-tree-row(lc-FF6600, selected, focus), .lc-FF6600[_moz-menuactive] {
74d14f90 146 background-color: #FF6600;
147}
148
2bea26d6 149treechildren::-moz-tree-cell-text(lc-CC6600), .lc-CC6600:not([_moz-menuactive]) {
74d14f90 150 color: #CC6600
151}
2bea26d6 152treechildren::-moz-tree-row(lc-CC6600, selected, focus), .lc-CC6600[_moz-menuactive] {
74d14f90 153 background-color: #CC6600;
154}
155
2bea26d6 156treechildren::-moz-tree-cell-text(lc-993300), .lc-993300:not([_moz-menuactive]) {
74d14f90 157 color: #993300
158}
2bea26d6 159treechildren::-moz-tree-row(lc-993300, selected, focus), .lc-993300[_moz-menuactive] {
74d14f90 160 background-color: #993300;
161}
162
2bea26d6 163treechildren::-moz-tree-cell-text(lc-663300), .lc-663300:not([_moz-menuactive]) {
74d14f90 164 color: #663300
165}
2bea26d6 166treechildren::-moz-tree-row(lc-663300, selected, focus), .lc-663300[_moz-menuactive] {
74d14f90 167 background-color: #663300;
168}
169
170
2bea26d6 171treechildren::-moz-tree-cell-text(lc-FFFF99), .lc-FFFF99:not([_moz-menuactive]) {
74d14f90 172 color: #FFFF99
173}
2bea26d6 174treechildren::-moz-tree-row(lc-FFFF99, selected, focus), .lc-FFFF99[_moz-menuactive] {
74d14f90 175 background-color: #FFFF99;
176}
177
2bea26d6 178treechildren::-moz-tree-cell-text(lc-FFFF66), .lc-FFFF66:not([_moz-menuactive]) {
74d14f90 179 color: #FFFF66
180}
2bea26d6 181treechildren::-moz-tree-row(lc-FFFF66, selected, focus), .lc-FFFF66[_moz-menuactive] {
74d14f90 182 background-color: #FFFF66;
183}
184
2bea26d6 185treechildren::-moz-tree-cell-text(lc-FFCC66), .lc-FFCC66:not([_moz-menuactive]) {
74d14f90 186 color: #FFCC66
187}
2bea26d6 188treechildren::-moz-tree-row(lc-FFCC66, selected, focus), .lc-FFCC66[_moz-menuactive] {
74d14f90 189 background-color: #FFCC66;
190}
191
2bea26d6 192treechildren::-moz-tree-cell-text(lc-FFCC33), .lc-FFCC33:not([_moz-menuactive]) {
74d14f90 193 color: #FFCC33
194}
2bea26d6 195treechildren::-moz-tree-row(lc-FFCC33, selected, focus), .lc-FFCC33[_moz-menuactive] {
74d14f90 196 background-color: #FFCC33;
197}
198
2bea26d6 199treechildren::-moz-tree-cell-text(lc-CC9933), .lc-CC9933:not([_moz-menuactive]) {
74d14f90 200 color: #CC9933
201}
2bea26d6 202treechildren::-moz-tree-row(lc-CC9933, selected, focus), .lc-CC9933[_moz-menuactive] {
74d14f90 203 background-color: #CC9933;
204}
205
2bea26d6 206treechildren::-moz-tree-cell-text(lc-996633), .lc-996633:not([_moz-menuactive]) {
74d14f90 207 color: #996633
208}
2bea26d6 209treechildren::-moz-tree-row(lc-996633, selected, focus), .lc-996633[_moz-menuactive] {
74d14f90 210 background-color: #996633;
211}
212
2bea26d6 213treechildren::-moz-tree-cell-text(lc-663333), .lc-663333:not([_moz-menuactive]) {
74d14f90 214 color: #663333
215}
2bea26d6 216treechildren::-moz-tree-row(lc-663333, selected, focus), .lc-663333[_moz-menuactive] {
74d14f90 217 background-color: #663333;
218}
219
220
2bea26d6 221treechildren::-moz-tree-cell-text(lc-FFFFCC), .lc-FFFFCC:not([_moz-menuactive]) {
74d14f90 222 color: #FFFFCC
223}
2bea26d6 224treechildren::-moz-tree-row(lc-FFFFCC, selected, focus), .lc-FFFFCC[_moz-menuactive] {
74d14f90 225 background-color: #FFFFCC;
226}
227
2bea26d6 228treechildren::-moz-tree-cell-text(lc-FFFF33), .lc-FFFF33:not([_moz-menuactive]) {
74d14f90 229 color: #FFFF33
230}
2bea26d6 231treechildren::-moz-tree-row(lc-FFFF33, selected, focus), .lc-FFFF33[_moz-menuactive] {
74d14f90 232 background-color: #FFFF33;
233}
234
2bea26d6 235treechildren::-moz-tree-cell-text(lc-FFFF00), .lc-FFFF00:not([_moz-menuactive]) {
74d14f90 236 color: #FFFF00
237}
2bea26d6 238treechildren::-moz-tree-row(lc-FFFF00, selected, focus), .lc-FFFF00[_moz-menuactive] {
74d14f90 239 background-color: #FFFF00;
240}
241
2bea26d6 242treechildren::-moz-tree-cell-text(lc-FFCC00), .lc-FFCC00:not([_moz-menuactive]) {
74d14f90 243 color: #FFCC00
244}
2bea26d6 245treechildren::-moz-tree-row(lc-FFCC00, selected, focus), .lc-FFCC00[_moz-menuactive] {
74d14f90 246 background-color: #FFCC00;
247}
248
2bea26d6 249treechildren::-moz-tree-cell-text(lc-999900), .lc-999900:not([_moz-menuactive]) {
74d14f90 250 color: #999900
251}
2bea26d6 252treechildren::-moz-tree-row(lc-999900, selected, focus), .lc-999900[_moz-menuactive] {
74d14f90 253 background-color: #999900;
254}
255
2bea26d6 256treechildren::-moz-tree-cell-text(lc-666600), .lc-666600:not([_moz-menuactive]) {
74d14f90 257 color: #666600
258}
2bea26d6 259treechildren::-moz-tree-row(lc-666600, selected, focus), .lc-666600[_moz-menuactive] {
74d14f90 260 background-color: #666600;
261}
262
2bea26d6 263treechildren::-moz-tree-cell-text(lc-333300), .lc-333300:not([_moz-menuactive]) {
74d14f90 264 color: #333300
265}
2bea26d6 266treechildren::-moz-tree-row(lc-333300, selected, focus), .lc-333300[_moz-menuactive] {
74d14f90 267 background-color: #333300;
268}
269
270
2bea26d6 271treechildren::-moz-tree-cell-text(lc-99FF99), .lc-99FF99:not([_moz-menuactive]) {
74d14f90 272 color: #99FF99
273}
2bea26d6 274treechildren::-moz-tree-row(lc-99FF99, selected, focus), .lc-99FF99[_moz-menuactive] {
74d14f90 275 background-color: #99FF99;
276}
277
2bea26d6 278treechildren::-moz-tree-cell-text(lc-66FF99), .lc-66FF99:not([_moz-menuactive]) {
74d14f90 279 color: #66FF99
280}
2bea26d6 281treechildren::-moz-tree-row(lc-66FF99, selected, focus), .lc-66FF99[_moz-menuactive] {
74d14f90 282 background-color: #66FF99;
283}
284
2bea26d6 285treechildren::-moz-tree-cell-text(lc-33FF33), .lc-33FF33:not([_moz-menuactive]) {
74d14f90 286 color: #33FF33
287}
2bea26d6 288treechildren::-moz-tree-row(lc-33FF33, selected, focus), .lc-33FF33[_moz-menuactive] {
74d14f90 289 background-color: #33FF33;
290}
291
2bea26d6 292treechildren::-moz-tree-cell-text(lc-33CC00), .lc-33CC00:not([_moz-menuactive]) {
74d14f90 293 color: #33CC00
294}
2bea26d6 295treechildren::-moz-tree-row(lc-33CC00, selected, focus), .lc-33CC00[_moz-menuactive] {
74d14f90 296 background-color: #33CC00;
297}
298
2bea26d6 299treechildren::-moz-tree-cell-text(lc-009900), .lc-009900:not([_moz-menuactive]) {
74d14f90 300 color: #009900
301}
2bea26d6 302treechildren::-moz-tree-row(lc-009900, selected, focus), .lc-009900[_moz-menuactive] {
74d14f90 303 background-color: #009900;
304}
305
2bea26d6 306treechildren::-moz-tree-cell-text(lc-006600), .lc-006600:not([_moz-menuactive]) {
74d14f90 307 color: #006600
308}
2bea26d6 309treechildren::-moz-tree-row(lc-006600, selected, focus), .lc-006600[_moz-menuactive] {
74d14f90 310 background-color: #006600;
311}
312
2bea26d6 313treechildren::-moz-tree-cell-text(lc-003300), .lc-003300:not([_moz-menuactive]) {
74d14f90 314 color: #003300
315}
2bea26d6 316treechildren::-moz-tree-row(lc-003300, selected, focus), .lc-003300[_moz-menuactive] {
74d14f90 317 background-color: #003300;
318}
319
320
2bea26d6 321treechildren::-moz-tree-cell-text(lc-99FFFF), .lc-99FFFF:not([_moz-menuactive]) {
74d14f90 322 color: #99FFFF
323}
2bea26d6 324treechildren::-moz-tree-row(lc-99FFFF, selected, focus), .lc-99FFFF[_moz-menuactive] {
74d14f90 325 background-color: #99FFFF;
326}
327
2bea26d6 328treechildren::-moz-tree-cell-text(lc-33FFFF), .lc-33FFFF:not([_moz-menuactive]) {
74d14f90 329 color: #33FFFF
330}
2bea26d6 331treechildren::-moz-tree-row(lc-33FFFF, selected, focus), .lc-33FFFF[_moz-menuactive] {
74d14f90 332 background-color: #33FFFF;
333}
334
2bea26d6 335treechildren::-moz-tree-cell-text(lc-66CCCC), .lc-66CCCC:not([_moz-menuactive]) {
74d14f90 336 color: #66CCCC
337}
2bea26d6 338treechildren::-moz-tree-row(lc-66CCCC, selected, focus), .lc-66CCCC[_moz-menuactive] {
74d14f90 339 background-color: #66CCCC;
340}
341
2bea26d6 342treechildren::-moz-tree-cell-text(lc-00CCCC), .lc-00CCCC:not([_moz-menuactive]) {
74d14f90 343 color: #00CCCC
344}
2bea26d6 345treechildren::-moz-tree-row(lc-00CCCC, selected, focus), .lc-00CCCC[_moz-menuactive] {
74d14f90 346 background-color: #00CCCC;
347}
348
2bea26d6 349treechildren::-moz-tree-cell-text(lc-339999), .lc-339999:not([_moz-menuactive]) {
74d14f90 350 color: #339999
351}
2bea26d6 352treechildren::-moz-tree-row(lc-339999, selected, focus), .lc-339999[_moz-menuactive] {
74d14f90 353 background-color: #339999;
354}
355
2bea26d6 356treechildren::-moz-tree-cell-text(lc-336666), .lc-336666:not([_moz-menuactive]) {
74d14f90 357 color: #336666
358}
2bea26d6 359treechildren::-moz-tree-row(lc-336666, selected, focus), .lc-336666[_moz-menuactive] {
74d14f90 360 background-color: #336666;
361}
362
2bea26d6 363treechildren::-moz-tree-cell-text(lc-003333), .lc-003333:not([_moz-menuactive]) {
74d14f90 364 color: #003333
365}
2bea26d6 366treechildren::-moz-tree-row(lc-003333, selected, focus), .lc-003333[_moz-menuactive] {
74d14f90 367 background-color: #003333;
368}
369
370
2bea26d6 371treechildren::-moz-tree-cell-text(lc-CCFFFF), .lc-CCFFFF:not([_moz-menuactive]) {
74d14f90 372 color: #CCFFFF
373}
2bea26d6 374treechildren::-moz-tree-row(lc-CCFFFF, selected, focus), .lc-CCFFFF[_moz-menuactive] {
74d14f90 375 background-color: #CCFFFF;
376}
377
2bea26d6 378treechildren::-moz-tree-cell-text(lc-66FFFF), .lc-66FFFF:not([_moz-menuactive]) {
74d14f90 379 color: #66FFFF
380}
2bea26d6 381treechildren::-moz-tree-row(lc-66FFFF, selected, focus), .lc-66FFFF[_moz-menuactive] {
74d14f90 382 background-color: #66FFFF;
383}
384
2bea26d6 385treechildren::-moz-tree-cell-text(lc-33CCFF), .lc-33CCFF:not([_moz-menuactive]) {
74d14f90 386 color: #33CCFF
387}
2bea26d6 388treechildren::-moz-tree-row(lc-33CCFF, selected, focus), .lc-33CCFF[_moz-menuactive] {
74d14f90 389 background-color: #33CCFF;
390}
391
2bea26d6 392treechildren::-moz-tree-cell-text(lc-3366FF), .lc-3366FF:not([_moz-menuactive]) {
74d14f90 393 color: #3366FF
394}
2bea26d6 395treechildren::-moz-tree-row(lc-3366FF, selected, focus), .lc-3366FF[_moz-menuactive] {
74d14f90 396 background-color: #3366FF;
397}
398
2bea26d6 399treechildren::-moz-tree-cell-text(lc-3333FF), .lc-3333FF:not([_moz-menuactive]) {
74d14f90 400 color: #3333FF
401}
2bea26d6 402treechildren::-moz-tree-row(lc-3333FF, selected, focus), .lc-3333FF[_moz-menuactive] {
74d14f90 403 background-color: #3333FF;
404}
405
2bea26d6 406treechildren::-moz-tree-cell-text(lc-000099), .lc-000099:not([_moz-menuactive]) {
74d14f90 407 color: #000099
408}
2bea26d6 409treechildren::-moz-tree-row(lc-000099, selected, focus), .lc-000099[_moz-menuactive] {
74d14f90 410 background-color: #000099;
411}
412
2bea26d6 413treechildren::-moz-tree-cell-text(lc-000066), .lc-000066:not([_moz-menuactive]) {
74d14f90 414 color: #000066
415}
2bea26d6 416treechildren::-moz-tree-row(lc-000066, selected, focus), .lc-000066[_moz-menuactive] {
74d14f90 417 background-color: #000066;
418}
419
420
2bea26d6 421treechildren::-moz-tree-cell-text(lc-CCCCFF), .lc-CCCCFF:not([_moz-menuactive]) {
74d14f90 422 color: #CCCCFF
423}
2bea26d6 424treechildren::-moz-tree-row(lc-CCCCFF, selected, focus), .lc-CCCCFF[_moz-menuactive] {
74d14f90 425 background-color: #CCCCFF;
426}
427
2bea26d6 428treechildren::-moz-tree-cell-text(lc-9999FF), .lc-9999FF:not([_moz-menuactive]) {
74d14f90 429 color: #9999FF
430}
2bea26d6 431treechildren::-moz-tree-row(lc-9999FF, selected, focus), .lc-9999FF[_moz-menuactive] {
74d14f90 432 background-color: #9999FF;
433}
434
2bea26d6 435treechildren::-moz-tree-cell-text(lc-6666CC), .lc-6666CC:not([_moz-menuactive]) {
74d14f90 436 color: #6666CC
437}
2bea26d6 438treechildren::-moz-tree-row(lc-6666CC, selected, focus), .lc-6666CC[_moz-menuactive] {
74d14f90 439 background-color: #6666CC;
440}
441
2bea26d6 442treechildren::-moz-tree-cell-text(lc-6633FF), .lc-6633FF:not([_moz-menuactive]) {
74d14f90 443 color: #6633FF
444}
2bea26d6 445treechildren::-moz-tree-row(lc-6633FF, selected, focus), .lc-6633FF[_moz-menuactive] {
74d14f90 446 background-color: #6633FF;
447}
448
2bea26d6 449treechildren::-moz-tree-cell-text(lc-6600CC), .lc-6600CC:not([_moz-menuactive]) {
74d14f90 450 color: #6600CC
451}
2bea26d6 452treechildren::-moz-tree-row(lc-6600CC, selected, focus), .lc-6600CC[_moz-menuactive] {
74d14f90 453 background-color: #6600CC;
454}
455
2bea26d6 456treechildren::-moz-tree-cell-text(lc-333399), .lc-333399:not([_moz-menuactive]) {
74d14f90 457 color: #333399
458}
2bea26d6 459treechildren::-moz-tree-row(lc-333399, selected, focus), .lc-333399[_moz-menuactive] {
74d14f90 460 background-color: #333399;
461}
462
2bea26d6 463treechildren::-moz-tree-cell-text(lc-330099), .lc-330099:not([_moz-menuactive]) {
74d14f90 464 color: #330099
465}
2bea26d6 466treechildren::-moz-tree-row(lc-330099, selected, focus), .lc-330099[_moz-menuactive] {
74d14f90 467 background-color: #330099;
468}
469
470
2bea26d6 471treechildren::-moz-tree-cell-text(lc-FFCCFF), .lc-FFCCFF:not([_moz-menuactive]) {
74d14f90 472 color: #FFCCFF
473}
2bea26d6 474treechildren::-moz-tree-row(lc-FFCCFF, selected, focus), .lc-FFCCFF[_moz-menuactive] {
74d14f90 475 background-color: #FFCCFF;
476}
477
2bea26d6 478treechildren::-moz-tree-cell-text(lc-FF99FF), .lc-FF99FF:not([_moz-menuactive]) {
74d14f90 479 color: #FF99FF
480}
2bea26d6 481treechildren::-moz-tree-row(lc-FF99FF, selected, focus), .lc-FF99FF[_moz-menuactive] {
74d14f90 482 background-color: #FF99FF;
483}
484
2bea26d6 485treechildren::-moz-tree-cell-text(lc-CC66CC), .lc-CC66CC:not([_moz-menuactive]) {
74d14f90 486 color: #CC66CC
487}
2bea26d6 488treechildren::-moz-tree-row(lc-CC66CC, selected, focus), .lc-CC66CC[_moz-menuactive] {
74d14f90 489 background-color: #CC66CC;
490}
491
2bea26d6 492treechildren::-moz-tree-cell-text(lc-CC33CC), .lc-CC33CC:not([_moz-menuactive]) {
74d14f90 493 color: #CC33CC
494}
2bea26d6 495treechildren::-moz-tree-row(lc-CC33CC, selected, focus), .lc-CC33CC[_moz-menuactive] {
74d14f90 496 background-color: #CC33CC;
497}
498
2bea26d6 499treechildren::-moz-tree-cell-text(lc-993399), .lc-993399:not([_moz-menuactive]) {
74d14f90 500 color: #993399
501}
2bea26d6 502treechildren::-moz-tree-row(lc-993399, selected, focus), .lc-993399[_moz-menuactive] {
74d14f90 503 background-color: #993399;
504}
505
2bea26d6 506treechildren::-moz-tree-cell-text(lc-663366), .lc-663366:not([_moz-menuactive]) {
74d14f90 507 color: #663366
508}
2bea26d6 509treechildren::-moz-tree-row(lc-663366, selected, focus), .lc-663366[_moz-menuactive] {
74d14f90 510 background-color: #663366;
511}
512
2bea26d6 513treechildren::-moz-tree-cell-text(lc-330033), .lc-330033:not([_moz-menuactive]) {
74d14f90 514 color: #330033
515}
2bea26d6 516treechildren::-moz-tree-row(lc-330033, selected, focus), .lc-330033[_moz-menuactive] {
74d14f90 517 background-color: #330033;
518}
519
520
b70a3a73 521treechildren::-moz-tree-cell-text(lc-white, selected, focus) {
74d14f90 522 color: #FFFFFF
523}
b70a3a73 524treechildren::-moz-tree-cell-text(lc-black, selected, focus) {
74d14f90 525 color: #000000
526}
b70a3a73 527