From 918817ffea184b840e68cfbf9fef40e8530274a5 Mon Sep 17 00:00:00 2001 From: Alexis Poyen <apoyen@mail.apoyen.fr> Date: Fri, 12 Jun 2020 14:59:23 +0200 Subject: [PATCH] UI : show pointer on Rounds button --- web/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/style.css b/web/style.css index 19ec053..df4b86c 100644 --- a/web/style.css +++ b/web/style.css @@ -138,4 +138,5 @@ select { background-color: rgba(55,122,195,.95); text-orientation: sideways-right; text-align: center; + cursor: pointer; } -- GitLab