From 0c469f6a96f3f94d74a922691a3359c9cd604e94 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 4 Jan 2018 11:43:08 +0100 Subject: Change pointer to mark the difference more effectively in the gfx tab --- assets/js/ps-app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets/js') diff --git a/assets/js/ps-app.js b/assets/js/ps-app.js index d58ea02..da6442e 100644 --- a/assets/js/ps-app.js +++ b/assets/js/ps-app.js @@ -14,10 +14,14 @@ return false }) .mouseout(function(e) { - e.target.style.cursor = 'auto' + e.target.style.cursor = 'not-allowed' return false }) }) + $('.media').mouseout(function(e) { + e.target.style.cursor = 'auto' + return false + }) }); -- cgit v1.2.3