Fixed some issues with favicon changing

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-19 21:50:10 +02:00
parent 5142ae0ce9
commit 6fadf0204f
4 changed files with 21 additions and 7 deletions

View File

@@ -895,6 +895,13 @@ ul #chat-log{
/*background-color:rgba(0,0,0,0.2);*/
}
.chat-link{
-webkit-transition:color 1s;
-moz-transition:color 1s;
-o-transition:color 1s;
transition: color 1s;
}
#player{
height:95%;
height: calc(100% - 32px);