From: Matt Corallo Date: Mon, 15 Jul 2024 23:55:57 +0000 (+0000) Subject: Don't flash go button on hover if its disabled X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=00bc8b5e869f878c04fde5558e1d59dfc424f2d7;p=satsto.me Don't flash go button on hover if its disabled --- diff --git a/index.html b/index.html index fb1254c..072e4b7 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ } .go-button-disabled { cursor: default; - opacity: 0.2; + opacity: 0.2 !important; } .go-button { cursor: pointer;