X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=5289ca3a782b42cfd7abd44b4d94f5fbe6877d74;hb=32fb9cf922b000ef9e13f984e6d1a587d2b46582;hp=3ff17666a09c8060f8e2630fb5a15550429ae443;hpb=7c110a07b23b8d007357734166ed48fd3092a4d2;p=themes.git diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 3ff17666..5289ca3a 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/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,27 @@ /* ::::: 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: #000000; -} - /* ::::: button items ::::: */ .up-button { list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); - max-width: 36px; + max-width: 28px; } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); - max-width: 36px; + max-width: 28px; +} + +.new-dir-button { + list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + max-width: 28px; }