X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=558fffc74b38c6baf646b7f1eceb4870f0d4f70b;hp=3ff17666a09c8060f8e2630fb5a15550429ae443;hb=e69db91c00e67255bc1cd79d3fc395b90c3a68f4;hpb=7c110a07b23b8d007357734166ed48fd3092a4d2 diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 3ff17666..558fffc7 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -13,18 +13,18 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * 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 - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -55,32 +55,33 @@ /* ::::: 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; + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; + max-width: 28px; } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); - max-width: 36px; + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; + max-width: 28px; +} + +.new-dir-button { + list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; + max-width: 28px; }