* SusiMail:

- Different colors for new mail and spam
This commit is contained in:
zzz
2014-04-24 21:33:43 +00:00
parent c8f8f6ff34
commit 945d455f33
4 changed files with 42 additions and 2 deletions

View File

@@ -87,6 +87,18 @@ a {
font-weight: bold;
}
a.linkspam {
color:#927B40;
}
a.linknew {
color:#327B40;
}
a.linkold {
color:#327BBF;
}
a:hover {
text-decoration:underline;
}