diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-29 14:05:10 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2018-11-29 17:22:09 +0000 |
commit | 626ef06ee60e6381eeb6f422d44ae03d6d8d794d (patch) | |
tree | 15a286ba7af126cb2ac0ff0f8d4c148d06e6272c /core/templates | |
parent | 3119b2ba01b632da401e42cbc93972d7473cd27d (diff) | |
download | nextcloud-server-626ef06ee60e6381eeb6f422d44ae03d6d8d794d.tar.gz nextcloud-server-626ef06ee60e6381eeb6f422d44ae03d6d8d794d.zip |
Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 090e6bce773..2f61d32f3f4 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -7,7 +7,7 @@ <div class="icon-folder"></div> <h2>{emptytext}</h2> </div> - <table id="filestable" class="filelist list-container view-grid"> + <table id="picker-filestable" class="filelist list-container view-grid"> <thead> <tr> <th id="headerName" class="column-name"> |