Make the reply box more distinct
This commit is contained in:
parent
b0c5b2f2ce
commit
711732200e
1 changed files with 9 additions and 1 deletions
|
@ -467,8 +467,12 @@ a {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.MessageComposer_replyPreview {
|
||||
border: 1px solid rgba(225, 225, 225, 0.9);
|
||||
background: rgba(245, 245, 245, 0.90);
|
||||
}
|
||||
|
||||
.MessageComposer_input, .MessageComposer_replyPreview {
|
||||
border-top: 1px solid rgba(245, 245, 245, 0.90);
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
|
@ -493,6 +497,10 @@ a {
|
|||
background-size: 18px;
|
||||
}
|
||||
|
||||
.MessageComposer_input:first-child {
|
||||
border-top: 1px solid rgba(245, 245, 245, 0.90);
|
||||
}
|
||||
|
||||
.MessageComposer_input > :not(:first-child) {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
|
Reference in a new issue