X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a;hp=8f210372c932a7837d353454d63d13bb9f99f3e8;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 8f210372..1a31e6ff 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -55,20 +55,32 @@ /* ::::: file/directory items ::::: */ -outlinerchildren:-moz-outliner-image(FilenameColumn, directory) { +treechildren:-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -outlinerchildren:-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 ::::: */ -#directoryOutliner > outlinerrows > .outliner-bodybox { +#directoryTree > treerows > .tree-bodybox { border: 1px solid transparent; } -#directoryOutliner:focus > outlinerrows > .outliner-bodybox { +#directoryTree:focus > treerows > .tree-bodybox { border-color: #FFCF00; } + +/* ::::: 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; +}