Merge pull request #11254 from owncloud/fix-filepicker-home-icon

fix filepicker home icon being partly hidden, fix #10169
remotes/origin/fix-10825
Volkan Gezer 12 years ago
commit e5793e8e0c
  1. 2
      core/css/styles.css

@ -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; }

Loading…
Cancel
Save