latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / global / filepicker.css
index ed1f5de0344dfea6c3df91c3475b27bc1abfb245..5289ca3a782b42cfd7abd44b4d94f5fbe6877d74 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
- *   Brian Ryner (bryner@netscape.com)
+ *   Brian Ryner (bryner@brianryner.com)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
 
 /* ::::: file/directory items ::::: */
 
-outlinerchildren:-moz-outliner-image(FilenameColumn, directory) {
+treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
-outlinerchildren:-moz-outliner-image(FilenameColumn, file) {
-  list-style-image: url("chrome://global/skin/filepicker/blank.gif");
+treechildren::-moz-tree-image(FilenameColumn, file) {
+  list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 
-/* ::::: focus rules ::::: */
+/* ::::: button items ::::: */
 
-#directoryOutliner > outlinerrows > .outliner-bodybox {
-  border: 1px solid transparent;
-} 
+.up-button {
+  list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
+  max-width: 28px;
+}
+
+.home-button {
+  list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
+  max-width: 28px;
+}
 
-#directoryOutliner:focus > outlinerrows > .outliner-bodybox {
-  border-color: #000000;
+.new-dir-button {
+  list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
+  max-width: 28px;
 }