1
0
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:
Greg Ross
2018-12-10 14:48:18 -05:00
committed by Loïc Blot
parent 7abea7cc9b
commit be8824b889
4 changed files with 7 additions and 1 deletions
+4
View File
@@ -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;