Make egw internal links blue, like hrefs

This commit is contained in:
Nathan Gray 2012-03-20 15:51:39 +00:00
parent 886b3f7c5c
commit a5116155d2

View File

@ -344,6 +344,11 @@ span.et2_date span {
.et2_link {
cursor: pointer;
color: #003075;
text-decoration: none;
}
.et2_link:hover {
text-decoration: underline;
}
ul.et2_link_string {
list-style-type: none;