chat cx have a user name
This commit is contained in:
parent
6eb8a547bd
commit
2f995437b6
17 changed files with 306 additions and 275 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue