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 /* ===== filepicker.css =================================================
6 == Styles used by the File Picker dialog.
7 ======================================================================= */
9 @import url("chrome://global/skin/");
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
13 /* ::::: column widths ::::: */
17 #LastModifiedDateColumn {
21 /* ::::: file/directory items ::::: */
23 treechildren::-moz-tree-image(treecolAutoCompleteValue, directory),
24 treechildren::-moz-tree-image(FilenameColumn, directory) {
25 list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
28 treechildren::-moz-tree-image(treecolAutoCompleteValue, file),
29 treechildren::-moz-tree-image(FilenameColumn, file) {
30 list-style-image: url("chrome://global/skin/filepicker/file.gif");
33 /* ::::: button items ::::: */
36 list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
37 min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
43 list-style-image: url("chrome://global/skin/filepicker/folder-up-hover.gif");
47 list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
48 min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
54 list-style-image: url("chrome://global/skin/filepicker/folder-home-hover.gif");
58 list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
59 min-width: 0%; /* don't let XUL layout min-size override our max-width setting */
64 .new-dir-button:hover {
65 list-style-image: url("chrome://global/skin/filepicker/folder-new-hover.gif");