keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / LCARStrek / global / filepicker.css
index 1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c..ef780ee981fab84c6a89a99c2a86cb208c101d6b 100644 (file)
@@ -63,24 +63,31 @@ 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: #FFCF00;
-}
-
 /* ::::: button items ::::: */
 
 .up-button {
   list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
-  max-width: 36px;
+  max-width: 26px;
+}
+
+.up-button:hover {
+  list-style-image: url("chrome://global/skin/filepicker/folder-up-hover.gif");
 }
 
 .home-button {
   list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
-  max-width: 36px;
+  max-width: 26px;
+}
+
+.home-button:hover {
+  list-style-image: url("chrome://global/skin/filepicker/folder-home-hover.gif");
+}
+
+.new-dir-button {
+  list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
+  max-width: 28px;
+}
+
+.new-dir-button:hover {
+  list-style-image: url("chrome://global/skin/filepicker/folder-new-hover.gif");
 }