From 9b0017f32de5a565dd725211f90d9bc3ca94b156 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Thu, 16 Apr 2020 16:21:05 +0200 Subject: [PATCH] added "cursor: pointer" to buttons --- public/css/modules/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/modules/globals.css b/public/css/modules/globals.css index bd0dc88..d2c4ca0 100644 --- a/public/css/modules/globals.css +++ b/public/css/modules/globals.css @@ -121,6 +121,7 @@ button { min-width: 64px; text-transform: uppercase; color: var(--accent-text); + cursor: pointer; } button[disabled] {