toolkit/themes/linux/global/filepicker.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/linux/global/filepicker.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,63 @@
     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 +/* ===== filepicker.css =================================================
     1.9 +  == Styles used by the File Picker dialog.
    1.10 +  ======================================================================= */
    1.11 +
    1.12 +@import url("chrome://global/skin/");
    1.13 +
    1.14 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    1.15 +
    1.16 +/* ::::: column widths ::::: */
    1.17 +
    1.18 +#FilenameColumn,
    1.19 +#ContentLengthColumn,
    1.20 +#LastModifiedDateColumn {
    1.21 +  width: 100px;
    1.22 +}
    1.23 +
    1.24 +/* ::::: file/directory items ::::: */
    1.25 +
    1.26 +treechildren::-moz-tree-image(treecolAutoCompleteValue),
    1.27 +treechildren::-moz-tree-image(FilenameColumn) {
    1.28 +  padding-right: 2px;
    1.29 +  margin: 0px 2px;
    1.30 +  width: 16px;
    1.31 +  height: 16px;
    1.32 +}
    1.33 +
    1.34 +treechildren::-moz-tree-image(treecolAutoCompleteValue, directory),
    1.35 +treechildren::-moz-tree-image(FilenameColumn, directory) {
    1.36 +  list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
    1.37 +}
    1.38 +
    1.39 +treechildren::-moz-tree-image(treecolAutoCompleteValue, file),
    1.40 +treechildren::-moz-tree-image(FilenameColumn, file) {
    1.41 +  list-style-image: url("moz-icon://stock/gtk-file?size=menu");
    1.42 +}
    1.43 +
    1.44 +/* ::::: button items ::::: */
    1.45 +
    1.46 +/* up-button */
    1.47 +
    1.48 +.up-button {
    1.49 +  list-style-image: url("moz-icon://stock/gtk-go-up?size=toolbar");
    1.50 +  max-width: 36px;
    1.51 +}
    1.52 +
    1.53 +/* home-button */
    1.54 +
    1.55 +.home-button {
    1.56 +  list-style-image: url("moz-icon://stock/gtk-home?size=toolbar");
    1.57 +  max-width: 36px;
    1.58 +}
    1.59 +
    1.60 +/* new-dir-button */
    1.61 +
    1.62 +.new-dir-button {
    1.63 +  list-style-image: url("chrome://global/skin/Filepicker.png");
    1.64 +  max-width: 36px;
    1.65 +}
    1.66 +

mercurial