diff options
author | Robin Appelman <robin@icewind.nl> | 2016-10-14 17:31:10 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-10-14 17:36:08 +0200 |
commit | 6d43942125347a961733845244711a6ea2f6651e (patch) | |
tree | 217ed2d6cfc156071bc99775b802e4b477a74b45 /core/templates | |
parent | 8d093e976acd818311e3be97b0d9afd6631632f2 (diff) | |
download | nextcloud-server-6d43942125347a961733845244711a6ea2f6651e.tar.gz nextcloud-server-6d43942125347a961733845244711a6ea2f6651e.zip |
filepicker styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index e761fbdb567..46d1ca3d52d 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,5 +1,5 @@ <div id="{dialog_name}" title="{title}"> - <span class="dirtree"></span> + <span class="dirtree breadcrumb"></span> <ul class="filelist"> <li data-entryname="{filename}" data-type="{type}"> <img /> |