keep up with Classic trunk development
[themes.git] / EarlyBlue / global / filepicker.css
index 092af590483a178f659d1870eb8da92ce2b572e8..b80bd81ac83563f0e2f6314c07f59a5976c528d6 100644 (file)
@@ -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;
+}