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:
Brock Whittaker 2017-02-23 15:21:28 -08:00 committed by Tim Abbott
parent 9ee5ac6d23
commit c4d50f505f
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ input.recipient_box {
border: 1px solid #aaa;
border-radius: 4px;
background-color: #fafafa;
cursor: not-allowed;
}
a#markdown_preview,