mirror of https://github.com/zulip/zulip.git
Make compose preview box less editable-looking.
This adds a slight background color and a cursor to show that editing is disabled.
This commit is contained in:
parent
9ee5ac6d23
commit
c4d50f505f
|
@ -475,6 +475,8 @@ input.recipient_box {
|
|||
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
background-color: #fafafa;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
a#markdown_preview,
|
||||
|
|
Loading…
Reference in New Issue