From e90de3783a36e782324663397680b917f3168749 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Wed, 29 Nov 2017 06:24:46 -0500 Subject: [PATCH] svg-icon hover and dim disabled checkbox label text @tophf The bold font and copious padding on the install button is overkill IMO. Almost all our buttons are default, but if we wanna go a little bigger, I'd prefer them more like the "overwrite" and "append" buttons. --- install-usercss/install-usercss.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install-usercss/install-usercss.css b/install-usercss/install-usercss.css index 5dbe7234..eb8d2abf 100644 --- a/install-usercss/install-usercss.css +++ b/install-usercss/install-usercss.css @@ -22,6 +22,16 @@ img.icon, .svg-icon { margin-left: 2px; + fill: #000; + transition: fill .5s; +} + +a:hover .svg-icon { + fill: #666; +} + +input:disabled + span { + color: rgb(128, 128, 128); } .container {