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