Skip to content
Snippets Groups Projects
Commit 13ae760a authored by Michael Long's avatar Michael Long
Browse files

tweak email hover color

parent 341213c0
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!68dark mode for webv4
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment