Skip to content
Snippets Groups Projects
Commit ef935fb1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'mlong/webv4unreadindex'

parents cb8de59c 5b000e55
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!61make unread emails more obvious on the mail index page by adding badge
......@@ -17,6 +17,11 @@ a.unread {
background: #FFFFFF;
}
span.badge.new {
background: #2E9AFE;
color: #FFFFFF;
}
/* A read mail message in the list view. */
a.read {
background: #E6E6E6;
......@@ -174,4 +179,4 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
.breadcrumb li {
display: inline;
}
\ No newline at end of file
}
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