From 47349e88d5d6ddb52e10b68b0c9f7511b28d8299 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 23 Mar 2020 13:54:59 +0000 Subject: [PATCH] Make the mouse turn into a cursor pointer on mouseover of Submit button (#3) --- matrix_synapse_saml_mozilla/res/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matrix_synapse_saml_mozilla/res/style.css b/matrix_synapse_saml_mozilla/res/style.css index 45377f8..472ee91 100644 --- a/matrix_synapse_saml_mozilla/res/style.css +++ b/matrix_synapse_saml_mozilla/res/style.css @@ -126,7 +126,8 @@ body { transition: background-color .1s ease-in-out; -webkit-appearance: none; -moz-appearance: none; - appearance: none; } + appearance: none; + cursor: pointer; } .button:hover { background-color: #fff; color: #0060df;