From fd3cd5e673732026bac0c2872ef03d5ad4102063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Fri, 22 May 2020 23:29:04 +0200 Subject: [PATCH] MAPG-56 change disabled button's cursor to 'not-allowed' --- public/static/css/mapguesser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 160436f..cee9552 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -43,7 +43,7 @@ button:enabled:hover, button:enabled:focus { } button:disabled { - cursor: no-drop; + cursor: not-allowed; color: #dddddd; opacity: 0.7; }