update preivew and make inspector better
[themes.git] / EarlyBlue / global / filepicker.css
index 2fde36dd46b66bb901efb8b0352856c08d670cea..bce2ceb528967656d4131b6e08fd067854953516 100644 (file)
@@ -77,10 +77,15 @@ treechildren:-moz-tree-image(FilenameColumn, file) {
 
 .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;
+}
\ No newline at end of file