1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/global/filepicker.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@import url("chrome://global/skin/"); 1.9 + 1.10 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.11 + 1.12 +/* ::::: column widths ::::: */ 1.13 + 1.14 +#FilenameColumn, 1.15 +#ContentLengthColumn, 1.16 +#LastModifiedDateColumn { 1.17 + width: 100px; 1.18 +} 1.19 + 1.20 +/* ::::: file/directory items ::::: */ 1.21 + 1.22 +treechildren::-moz-tree-image(treecolAutoCompleteValue, directory), 1.23 +treechildren::-moz-tree-image(FilenameColumn, directory) { 1.24 + margin-right: 2px; 1.25 + list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); 1.26 +} 1.27 + 1.28 +treechildren::-moz-tree-image(treecolAutoCompleteValue, file), 1.29 +treechildren::-moz-tree-image(FilenameColumn, file) { 1.30 + list-style-image: url("chrome://global/skin/filepicker/blank.gif"); 1.31 +} 1.32 + 1.33 +/* ::::: button items ::::: */ 1.34 + 1.35 +.up-button { 1.36 + list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); 1.37 + max-width: 36px; 1.38 +} 1.39 + 1.40 +.home-button { 1.41 + list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); 1.42 + max-width: 36px; 1.43 +}