diff options
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> |