X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=5289ca3a782b42cfd7abd44b4d94f5fbe6877d74;hp=092af590483a178f659d1870eb8da92ce2b572e8;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=09cc818685ab15df861d5f364d20d777921fe565 diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 092af590..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,24 +55,14 @@ /* ::::: 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: #000000; -} - /* ::::: button items ::::: */ .up-button { @@ -83,4 +73,9 @@ treechildren:-moz-tree-image(FilenameColumn, file) { .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); max-width: 28px; -} \ No newline at end of file +} + +.new-dir-button { + list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); + max-width: 28px; +}