mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Make egw internal links blue, like hrefs
This commit is contained in:
parent
886b3f7c5c
commit
a5116155d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user