X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=bce2ceb528967656d4131b6e08fd067854953516;hp=408cd49888a95d2d732c4015fe1a021a12467e44;hb=c37975ccd5cbbaecc6ea33ba25eac5b9cdc6ef29;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 408cd498..bce2ceb5 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -55,11 +55,37 @@ /* ::::: 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"); } +/* ::::: focus rules ::::: */ + +#directoryTree > treerows > .tree-bodybox { + border: 1px solid transparent; +} + +#directoryTree:focus > treerows > .tree-bodybox { + border-color: #000000; +} + +/* ::::: 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; +} \ No newline at end of file