From 6023f37f2d4e4f873c882dbb1afe912cb0ca094d Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Sat, 6 Oct 2018 21:22:09 +0930 Subject: [PATCH] Change cursor for count to emphasise state i.e. make it 'feel' clickable or not clickable --- stylesheets/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/default.css b/stylesheets/default.css index ac99811..190f947 100644 --- a/stylesheets/default.css +++ b/stylesheets/default.css @@ -35,6 +35,7 @@ body width: 100%; + cursor: pointer; user-select: none; transition-duration: .15s; transition-property: color; @@ -49,6 +50,8 @@ body .count[disabled] { + cursor: default; + color: #0009; }