svncommit
2006-05-25 cd121ca6ca24d5357b7a5a3cde89b5c7d3785258
Added unfocused class for when the message list does not have the focus


1 files modified
12 ■■■■■ changed files
skins/default/mail.css 12 ●●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -452,11 +452,23 @@
  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
{