|
|
|
@ -121,9 +121,7 @@ button.back {
|
|
|
|
|
background-color: #f3f3f3; }
|
|
|
|
|
|
|
|
|
|
.file-input {
|
|
|
|
|
position: relative;
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
border: 1px transparent solid; }
|
|
|
|
|
position: relative; }
|
|
|
|
|
.file-input .choose-file {
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.file-input .paperclip {
|
|
|
|
@ -156,7 +154,7 @@ button.back {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
|
|
|
|
|
.dropoff {
|
|
|
|
|
border: 1px #2090ea dashed; }
|
|
|
|
|
outline: solid 1px #2090ea; }
|
|
|
|
|
|
|
|
|
|
img.emoji {
|
|
|
|
|
height: 1em;
|
|
|
|
@ -987,13 +985,14 @@ input.search {
|
|
|
|
|
margin-top: 5px; }
|
|
|
|
|
|
|
|
|
|
.bottom-bar {
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
padding: 5px 1px 5px 0;
|
|
|
|
|
height: 50px;
|
|
|
|
|
background: #f3f3f3; }
|
|
|
|
|
.bottom-bar form.active {
|
|
|
|
|
outline: solid 1px #2090ea; }
|
|
|
|
|
.bottom-bar form.send {
|
|
|
|
|
background: #ffffff; }
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
padding-bottom: 1px; }
|
|
|
|
|
.bottom-bar button, .bottom-bar input, .bottom-bar textarea {
|
|
|
|
|
color: #454545; }
|
|
|
|
|
.bottom-bar button {
|
|
|
|
@ -1036,7 +1035,6 @@ input.search {
|
|
|
|
|
.bottom-bar .send-message {
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc(100% - 36px);
|
|
|
|
|
min-height: 35px;
|
|
|
|
|
max-height: 100px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 0;
|
|
|
|
|