diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css index 9e5b47ed760158001adfe0d002b5aea14144d22b..9ed10d1f15710a24b88eac4bb5ee3d9f343a2a1b 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;