From 9140fc5d4d27a0d3cedcc1be94386f62b1c4aa91 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 17 Feb 2015 07:46:49 -0500 Subject: [PATCH] cursor shape --- src/epicker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epicker.html b/src/epicker.html index d8a406d61..347feaab8 100644 --- a/src/epicker.html +++ b/src/epicker.html @@ -109,7 +109,7 @@ svg { height: 100%; } .paused > svg { - cursor: wait; + cursor: not-allowed; } svg > path:first-child { fill: rgba(0,0,0,0.75);