X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ffilepicker.css;h=8c7f0e9e816369983a384296d285e0be7a576ada;hb=01fc5c117995a5c529b237b3aeedfb7b00a335a0;hp=2fde36dd46b66bb901efb8b0352856c08d670cea;hpb=e1597424350915539e91f37bb1a8005af8e513c0;p=themes.git diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index 2fde36dd..8c7f0e9e 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -55,32 +55,27 @@ /* ::::: 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 { 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; }