Merge branch 'master' of github.com:nixolas1/Zoff

This commit is contained in:
Nicolas A. Tonne
2015-05-13 12:18:13 +02:00
5 changed files with 83 additions and 6 deletions

View File

@@ -192,9 +192,28 @@ hide mdi-action-visibility mdi-action-visibility-off
/*------------------- Channel page ---------------------------------------------------------------------------- */
.tab a {
background-color:rgba(0,0,0,0) !important;
}
.chat-tab, .chat-tab-li {
color:black !important;
margin:0 !important;
}
.indicator {
background-color:black !important;
}
#chatchannel, #chatall {
height: calc(100% - 49px);
overflow-y:scroll;
text-align:left;
word-wrap:break-word;
}
#chat {
height: calc(100% - 121px);
overflow-y: scroll;
text-align:left;
word-wrap:break-word;
}