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