X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=23fcb297da9e22300a66c33eae095e8e85ebb717;hp=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hb=613daf44f803febb8f13cb8e08f43e09d27bfee2;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 1a31e6ff..23fcb297 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -20,7 +20,7 @@ * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) - * Brian Ryner (bryner@netscape.com) + * Brian Ryner (bryner@brianryner.com) * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -55,32 +55,39 @@ /* ::::: file/directory items ::::: */ -treechildren:-moz-tree-image(FilenameColumn, directory) { +treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } -treechildren:-moz-tree-image(FilenameColumn, file) { +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; + max-width: 26px; +} + +.up-button:hover { + list-style-image: url("chrome://global/skin/filepicker/folder-up-hover.gif"); } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); - max-width: 36px; + max-width: 26px; +} + +.home-button:hover { + list-style-image: url("chrome://global/skin/filepicker/folder-home-hover.gif"); +} + +.new-dir-button { + list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + max-width: 28px; +} + +.new-dir-button:hover { + list-style-image: url("chrome://global/skin/filepicker/folder-new-hover.gif"); }