Fixed some disconnect errors, and styling of opacity element

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-09 12:26:09 +02:00
parent 205de81585
commit 9b10bcaa20
3 changed files with 9 additions and 8 deletions

View File

@@ -208,7 +208,7 @@ hide mdi-action-visibility mdi-action-visibility-off
float: left;
}
#chat-btn {
#chat-btn i {
-webkit-transition:opacity 1s;
transition:opacity 1s;
}