Change tab close icon

This commit is contained in:
Ken-Håvard Lieng 2017-05-16 08:38:43 +02:00
parent 2328cfa940
commit 05ce88a656
7 changed files with 46 additions and 36 deletions

View file

@ -436,6 +436,15 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
cursor: pointer;
}
.message a {
text-decoration: none;
color: #0066FF;
}
.message a:hover {
text-decoration: underline;
}
.message-input-wrap {
position: absolute;
left: 0;