From 86da2c19011714d7afd5cd88b6b073bc3015165c Mon Sep 17 00:00:00 2001 From: "Andrey.Smirnov" <“Andrey.Smirnov@Harman.com“> Date: Thu, 3 Dec 2015 14:44:50 +0300 Subject: [PATCH] Bug 1206214 - Tapping on inactive "Share" or "Trash" button cause nothing --- apps/gallery/style/gallery.css | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 apps/gallery/style/gallery.css 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; }