mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +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 {
|
.et2_link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: #003075;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.et2_link:hover {
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
ul.et2_link_string {
|
ul.et2_link_string {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user