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

tweak email hover color

parent 760b110b
No related branches found
No related tags found
No related merge requests found
...@@ -108,11 +108,16 @@ span.message-header.unread { ...@@ -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) */ /* 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; background-color: #888;
color: #222; color: #222;
} }
.dark li.list-group-item.mail:hover {
background-color: #888;
color: #FFF;
}
/* background color for the breadcrumb box */ /* background color for the breadcrumb box */
.dark .breadcrumb { .dark .breadcrumb {
background-color: #555; background-color: #555;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment