Fixed some chat stuff

This commit is contained in:
Jonas Dellinger
2017-06-26 16:23:57 +02:00
parent 74e6ffd6c3
commit 68ba12414f
3 changed files with 13 additions and 13 deletions

View File

@@ -83,6 +83,10 @@ textarea {
overflow: hidden;
}
textarea:focus, input:focus {
outline: none;
}
.msg {
margin-bottom: 3px;
}