X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=23fcb297da9e22300a66c33eae095e8e85ebb717;hp=faf9b7988be9eb0d76f29044bb89620699d3bacd;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=d07092f55332a0d266283fbfff8cf31e0d7f0997 diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index faf9b798..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 ::::: */ -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) { +treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/file.gif"); } -/* ::::: focus rules ::::: */ - -#directoryOutliner > outlinerrows > .outliner-bodybox { - border: 1px solid transparent; -} - -#directoryOutliner:focus > outlinerrows > .outliner-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"); }