mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix filepicker home icon being partly hidden, fix #10169
This commit is contained in:
parent
1e915cc145
commit
722865c82a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue