some nitpicking changes to finalize LCARStrek 0.8
[themes.git] / LCARStrek / global / filepicker.css
index 1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c..d80ef9069e2952451a2dc64eb87d735638b32249 100644 (file)
@@ -77,10 +77,18 @@ treechildren:-moz-tree-image(FilenameColumn, file) {
 
 .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");
+}
\ No newline at end of file