diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-05-27 20:31:29 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-06-09 00:09:57 +0000 |
commit | 0b0ef105c5e3b1c3295d0dc2993925bc535b155a (patch) | |
tree | dd115c47d08ea967e55ad29d03fc5e4cc9fb9448 /core/templates | |
parent | 83e16b89a2c95ce72f861bb2057eb5de9782b928 (diff) | |
download | nextcloud-server-0b0ef105c5e3b1c3295d0dc2993925bc535b155a.tar.gz nextcloud-server-0b0ef105c5e3b1c3295d0dc2993925bc535b155a.zip |
Use button for grid view toggle instead of hidden checkbox
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index 124bc081ecf..87cea74d9a2 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -13,8 +13,7 @@ </span> - <input type="checkbox" class="hidden-visually" id="picker-showgridview" checked="checked" /> - <label id="picker-view-toggle" for="picker-showgridview" class="button icon-toggle-filelist"></label> + <button id="picker-showgridview" class="icon-toggle-pictures"></button> <div class="filelist-container"> <div class="emptycontent"> <div class="icon-folder"></div> |