Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-14 14:56:40 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-14 14:56:40 +0300
commit2f30dc24efa99b8a3a1cfaf62778d500fa27b769 (patch)
tree4b7ea4eaac16810abd39c468b1540f25ff4b45ee /templates
parent3045c4eb688ad8359ad240c7c2c8f9da5d35f9fa (diff)
Improve UX of slideshow menu
Also use the same show/hide mechanism used in gallery.js
Diffstat (limited to 'templates')
-rw-r--r--templates/slideshow.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/slideshow.php b/templates/slideshow.php
index 37cd9b24..9c41321c 100644
--- a/templates/slideshow.php
+++ b/templates/slideshow.php
@@ -6,8 +6,8 @@
<input type="button" class="svg exit icon-view-close"/>
<div class="menu">
- <input type="button" class="menuItem svg downloadImage icon-view-download"/>
- <input type="button" class="menuItem svg changeBackground icon-view-toggle-background"/>
+ <input type="button" class="menuItem svg downloadImage icon-view-download hidden"/>
+ <input type="button" class="menuItem svg changeBackground icon-view-toggle-background hidden"/>
</div>
<div class="progress icon-view-pause"/>
<div class="notification"></div>