X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=2fde36dd46b66bb901efb8b0352856c08d670cea;hp=408cd49888a95d2d732c4015fe1a021a12467e44;hb=f24507954fc5a0fc540b913450f45d44f20e97b5;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 408cd498..2fde36dd 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -55,11 +55,32 @@ /* ::::: 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: 36px; +} + +.home-button { + list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); + max-width: 36px; +}