home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / addressbook / addressPanes.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-07-07  |  2.0 KB  |  57 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt <hewitt@netscape.com>
  22.  *   Seth Spitzer <sspitzer@netscape.com>
  23.  */
  24.  
  25. /* ===== addressPanes.css ================================================
  26.   == Styles for directory pane.
  27.   ======================================================================= */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. /* ::::: directory pane icons ::::: */
  32.  
  33. treechildren::-moz-tree-image(DirCol) {
  34.   margin-right: 2px;
  35.   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
  36. }
  37.  
  38. treechildren::-moz-tree-image(DirCol, IsMailList-true) {
  39.   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
  40. }
  41.  
  42. treechildren::-moz-tree-image(DirCol, IsRemote-true) {
  43.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
  44. }
  45.  
  46. treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
  47.   list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
  48. }
  49.  
  50. #dirTree [sortDirection="ascending"] {
  51.   list-style-image: none;
  52. }
  53.  
  54. #dirTree [sortDirection="descending"] {
  55.   list-style-image: none;
  56. }
  57.