From ba307357c7de04a31faad603efc11a028f7903e3 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 8 Jul 2022 20:01:22 +0300 Subject: [PATCH] add disabled buttons indication --- theme_nin_night/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 268f5c5..0e96849 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -1387,10 +1387,8 @@ button:hover, .mini-profile-actions span:hover, a.button:hover { /* line 85, ../sass/_commons.sass */ button:disabled, button.disabled, .mini-profile-actions span.disabled, a.button.disabled { background-color: #2b2e35; -} -/* line 88, ../sass/_commons.sass */ -button:disabled:hover, button.disabled:hover, .mini-profile-actions span.disabled:hover, a.button.disabled:hover { - color: white; + color: rgba(255, 255, 255, 0.4); + cursor: not-allowed } /* line 1, ../sass/_tabs.sass */