Added shift+enter for newline and enter for send message
This commit is contained in:
parent
cf06a9889b
commit
9a221a1427
2 changed files with 16 additions and 11 deletions
|
@ -307,7 +307,6 @@ button:is(:disabled, :hover) {
|
|||
|
||||
:is(input[type="text"], textarea):required {
|
||||
animation: shake 0.2s ease-in-out 0s 2;
|
||||
color: #ff0000;
|
||||
border-color: red !important;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue