Added chatblink on message recieved

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-20 16:09:32 +02:00
parent c921379e7f
commit db1af9a19d
6 changed files with 30 additions and 6 deletions

View File

@@ -671,6 +671,13 @@ hide mdi-action-visibility mdi-action-visibility-off
width: calc(100% - 8px) !important;
}
.chat-link {
-webkit-transition: color 1s !important;
-moz-transition: color 1s !important;
-o-transition: color 1s !important;
transition: color 1s !important;
}
.playlist-tabs, .playlist-tabs-loggedIn{
background-color:rgba(0,0,0,0) !important;
margin:0;