From 3be027632187183c417b3a7aa0001dd3c9f1b2ce Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@bizjournals.com>
Date: Mon, 4 Jan 2021 11:52:00 -0500
Subject: [PATCH] tweak email hover color

---
 webv4/root/css/style.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css
index 9e5b47ed76..9ed10d1f15 100644
--- a/webv4/root/css/style.css
+++ b/webv4/root/css/style.css
@@ -108,11 +108,16 @@ span.message-header.unread {
 }
 
 /* A link in a list when the mouse is hovering over it (mostly applies to the Forum) */
-.dark a.list-group-item:hover, .dark  a.list-group-item:active, .dark  li.list-group-item.mail:hover {
+.dark a.list-group-item:hover, .dark  a.list-group-item:active {
 	background-color: #888;
 	color: #222;
 }
 
+.dark li.list-group-item.mail:hover {
+	background-color: #888;
+	color: #FFF;
+}
+
 /* background color for the breadcrumb box */
 .dark .breadcrumb {
 	background-color: #555;
-- 
GitLab