X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=8c7f0e9e816369983a384296d285e0be7a576ada;hb=a1f525f0c2c8526761b87b460de74e463e4f263f;hp=408cd49888a95d2d732c4015fe1a021a12467e44;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e;p=themes.git diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 408cd498..8c7f0e9e 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -55,11 +55,27 @@ /* ::::: file/directory items ::::: */ -outlinerbody:-moz-outliner-image(FilenameColumn, directory) { +treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -outlinerbody:-moz-outliner-image(FilenameColumn, file) { - list-style-image: url("chrome://global/skin/filepicker/blank.gif"); +treechildren::-moz-tree-image(FilenameColumn, file) { + list-style-image: url("chrome://global/skin/filepicker/file.gif"); } +/* ::::: button items ::::: */ + +.up-button { + list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); + max-width: 28px; +} + +.home-button { + list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); + max-width: 28px; +} + +.new-dir-button { + list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + max-width: 28px; +}