X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a;hp=786c0bdb171b07bb50c1fc5b595b826811fa7151;hpb=351107c90e7ee7a17d9bf63798f2861307118309;p=themes.git diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 786c0bdb..1a31e6ff 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -55,12 +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: #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; +}