fix filepicker home icon being partly hidden, fix #10169

This commit is contained in:
Jan-Christoph Borchardt 2014-09-23 14:28:51 +02:00
parent 1e915cc145
commit 722865c82a

View file

@ -784,6 +784,8 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
background-image:url('../img/places/home.svg');
background-repeat:no-repeat;
background-position: left center;
width: 26px;
display: inline-block;
}
#oc-dialog-filepicker-content .dirtree span:not(:last-child) { cursor: pointer; }
#oc-dialog-filepicker-content .dirtree span:last-child { font-weight: bold; }