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/. */
5 @import url("chrome://communicator/skin/");
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
9 /* ===== directory.css ==================================================
10 == Styles specific to the directory listing window.
11 ======================================================================= */
18 margin: 0px !important;
22 treechildren::-moz-tree-image(FilenameColumn) {
24 list-style-image: url("chrome://communicator/skin/directory/file.gif");
27 treechildren::-moz-tree-image(FilenameColumn, selected) {
29 list-style-image: url("chrome://communicator/skin/directory/file-sel.gif");
32 treechildren::-moz-tree-image(FilenameColumn, container) {
33 list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
36 treechildren::-moz-tree-image(FilenameColumn, container, selected) {
37 list-style-image: url("chrome://communicator/skin/directory/folder-closed-sel.gif");
40 treechildren::-moz-tree-image(FilenameColumn, container, open) {
41 list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
44 treechildren::-moz-tree-image(FilenameColumn, container, open, selected) {
45 list-style-image: url("chrome://communicator/skin/directory/folder-open-sel.gif");
48 treechildren::-moz-tree-image(FilenameColumn, loading) {
49 list-style-image: url("chrome://global/skin/icons/loading.gif");
52 treechildren::-moz-tree-cell-text(symbolic-link) {
56 /* ::::: column/row preferred sizes ::::: */
60 #ContentLengthColumn {
68 font-family: sans-serif;
75 font-family: sans-serif;