X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=8e453a801864fdb9f12819fc5ae79ceb2e68999a;hp=5f1b431e7bbcfee7e8aea07a3d9d10e12ae23aab;hb=9c1ab967db4a541323c3e80e7961f7c35a45fa57;hpb=d2f0d12847f29ead118e84c1bf9c966f63a60699 diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 5f1b431e..8e453a80 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/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 * 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,28 +55,20 @@ /* ::::: 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"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; max-width: 26px; } @@ -86,6 +78,8 @@ treechildren:-moz-tree-image(FilenameColumn, file) { .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); + min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ + min-height: 0%; max-width: 26px; } @@ -95,9 +89,11 @@ treechildren:-moz-tree-image(FilenameColumn, file) { .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; } .new-dir-button:hover { list-style-image: url("chrome://global/skin/filepicker/folder-new-hover.gif"); -} \ No newline at end of file +}