X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ffilepicker.css;h=d80ef9069e2952451a2dc64eb87d735638b32249;hp=1a31e6ff35ad86bcd01e57e30d0d6bd45bdac92c;hb=61290d604cba1c63b9ee83ef330f111472346309;hpb=09cc818685ab15df861d5f364d20d777921fe565 diff --git a/LCARStrek/global/filepicker.css b/LCARStrek/global/filepicker.css index 1a31e6ff..d80ef906 100644 --- a/LCARStrek/global/filepicker.css +++ b/LCARStrek/global/filepicker.css @@ -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