X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=b80bd81ac83563f0e2f6314c07f59a5976c528d6;hb=b618d1fd7cca23dded25cba9198eb09879e8a7a8;hp=092af590483a178f659d1870eb8da92ce2b572e8;hpb=09cc818685ab15df861d5f364d20d777921fe565;p=themes.git diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 092af590..b80bd81a 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -63,16 +63,6 @@ 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; +}