From b759fe61216e05430ae500f9cea36dde4cd14527 Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:27:52 +0200 Subject: [PATCH] Fix button hover colors --- Plan/react/dashboard/src/style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plan/react/dashboard/src/style/style.css b/Plan/react/dashboard/src/style/style.css index 5a369851e..caf123eb0 100644 --- a/Plan/react/dashboard/src/style/style.css +++ b/Plan/react/dashboard/src/style/style.css @@ -920,7 +920,8 @@ div#navSrvContainer::-webkit-scrollbar-thumb { .btn.bg-grey:hover, .btn.bg-blue-grey:hover, .btn.bg-transparent-light:hover { - color: #ccc; + color: #ccc !important; + background-color: var(--bs-btn-disabled-bg); } .bg-night, body.theme-night .fc-toolbar-chunk .btn.btn-primary {