update styling

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-06-29 15:28:36 +01:00
parent 36ace9dcb9
commit 2c537a8dff
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E

View file

@ -17,3 +17,8 @@ limitations under the License.
.mx_TextForEvent_username {
cursor: pointer;
}
.mx_TextForEvent_username:hover {
text-decoration: none;
color: inherit;
}