X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=5f1b431e7bbcfee7e8aea07a3d9d10e12ae23aab;hp=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hb=dc8e1207f84a5cfa95730773286253bfe4430086;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 1a31e6ff..5f1b431e 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -77,10 +77,27 @@ 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"); } + +.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"); +} \ No newline at end of file