From c4d50f505fda38450d3170715092e969b8fd05b2 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 23 Feb 2017 15:21:28 -0800 Subject: [PATCH] Make compose preview box less editable-looking. This adds a slight background color and a cursor to show that editing is disabled. --- static/styles/compose.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/compose.css b/static/styles/compose.css index fe669ad67a..f2c6e24165 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -475,6 +475,8 @@ input.recipient_box { border: 1px solid #aaa; border-radius: 4px; + background-color: #fafafa; + cursor: not-allowed; } a#markdown_preview,