Added unfocused class for when the message list does not have the focus

release-0.6
svncommit 18 years ago
parent 717169353e
commit cd121ca6ca

@ -452,11 +452,23 @@ body.messagelist
border-top: thin dotted;
}
#messagelist tr.unfocused td
{
font-weight: bold;
color: #FFFFFF;
background-color: #929292;
}
#messagelist tr.selected td a.rcmContactAddress
{
color: #FFFFFF;
}
#messagelist tr.unfocused td a.rcmContactAddress
{
color: #FFFFFF;
}
#messagelist tr.deleted td,
#messagelist tr.deleted td a
{

Loading…
Cancel
Save