Added users tag support

This commit is contained in:
Pierre
2018-05-03 22:44:22 +02:00
parent 1044e3ff64
commit d6d6c2aa4c
3 changed files with 82 additions and 2 deletions

View File

@ -9,4 +9,18 @@
*/
a {
cursor: pointer;
}
/**
* <a> like elements
*/
.a {
cursor: pointer;
outline: none;
text-decoration: none;
color: #3c8dbc;
}
.a:focus, .a:hover {
color: #72afd2;
}

View File

@ -100,6 +100,10 @@
height: 1em;
}
#conversationsElem .direct-chat-text a, #conversationsElem .direct-chat-text .a {
color: inherit;
}
#conversationsElem .direct-chat-text.not-first-message::before,
#conversationsElem .direct-chat-text.not-first-message::after {
display: none;