home *** CD-ROM | disk | FTP | other *** search
- /* ===== addressPanes.css ================================================
- == Styles for directory pane.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: directory pane icons ::::: */
-
- treechildren:-moz-tree-image(DirCol) {
- margin-right: 2px;
- list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
- }
-
- treechildren:-moz-tree-image(DirCol, IsMailList-true) {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
- }
-
- treechildren:-moz-tree-image(DirCol, IsRemote-true) {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
- }
-
- treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
- }
-
- #dirTree [sortDirection="ascending"] {
- list-style-image: none;
- }
-
- #dirTree [sortDirection="descending"] {
- list-style-image: none;
- }
-