mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 08:23:00 +00:00
Add anchorme() support. (#262)
This will "linkify" text inside of messages with anchor tags so they are clickable.
This commit is contained in:
@@ -166,6 +166,10 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.msg-sent a:link, .msg-sent a:visited, .msg-recv a:link, .msg-recv a:visited {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.msg-date {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
|
||||
Reference in New Issue
Block a user