diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-29 14:05:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-29 14:05:10 +0100 |
commit | d526ab55fb501ae8940ea370dbfe773679b95d38 (patch) | |
tree | 5167dfb2242607aa323c81b237029ac20b6ee32a /core/templates/filepicker.html | |
parent | 80b3452da2275280bd786ada41277e167a7ce43a (diff) | |
download | nextcloud-server-d526ab55fb501ae8940ea370dbfe773679b95d38.tar.gz nextcloud-server-d526ab55fb501ae8940ea370dbfe773679b95d38.zip |
Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/filepicker.html')
-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"> |