diff --git a/apps/gallery/style/gallery.css b/apps/gallery/style/gallery.css old mode 100644 new mode 100755 index 71f805f11584..be087f780f81 --- a/apps/gallery/style/gallery.css +++ b/apps/gallery/style/gallery.css @@ -446,6 +446,10 @@ a.button.disabled { pointer-events: none; } +a#thumbnails-share-button.disabled, a#thumbnails-delete-button.disabled{ + pointer-events: all; +} + .icon.icon-done { background: url('images/iconaction_done_30x30.png') no-repeat center center / 3rem !important; }