X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=5f1b431e7bbcfee7e8aea07a3d9d10e12ae23aab;hb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2;hp=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hpb=7aa6555801cc190778098a3847e8fc55e5468771;p=themes.git 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