chat cx have a user name

This commit is contained in:
Paul Schneider 2017-03-22 03:31:29 +01:00
commit 2f995437b6
17 changed files with 306 additions and 275 deletions

View file

@ -114,7 +114,13 @@ select,
-webkit-transform: initial;
transform: initial;
}
.container {
-webkit-transition: background-color 2s color 1s;
-moz-transition: background-color 2s color 1s;
transition: background-color 2s color 1s;
}
.disabled {
color: #999;
background-color: #555;
}
/* Set widths on image and video, since otherwise they use their native resolution */