From 85ed9fd33df52d1a89f8713414773f53ba90822e Mon Sep 17 00:00:00 2001 From: straw <45886986+acoolstraw@users.noreply.github.com> Date: Thu, 12 Aug 2021 22:39:04 +0200 Subject: [PATCH] :active green fixed --- theme-earl-grey.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-earl-grey.css b/theme-earl-grey.css index 802c60b..4592b77 100644 --- a/theme-earl-grey.css +++ b/theme-earl-grey.css @@ -455,6 +455,11 @@ a.ui.ui.ui.green.label:hover { background-color: #2C2F35; color: #dbdbdb; } +.ui.green.button:active, .ui.green.buttons .button:active { + background-color: #3683C0; + color: #FFFFFF; + text-shadow: none; +} .ui.active.button:hover { background-color: #474B51; color: #dbdbdb;