message_edit_form: Show default cursor instead of pointer.

Fixes part of #3938.

(This only changes the sections within the message-edit form; the top
and left chrome are still cursor: pointer).
This commit is contained in:
novokrest 2018-04-08 16:51:01 +03:00 committed by Tim Abbott
parent c4e2899f99
commit 0d164fab1b
1 changed files with 2 additions and 0 deletions

View File

@ -546,6 +546,7 @@ a:hover code {
margin-top: 3px;
margin-left: 6px;
opacity: 0.5;
cursor: pointer;
}
#message_edit_tooltip:hover {
@ -2528,6 +2529,7 @@ div.topic_edit_spinner .loading_indicator_spinner {
/* Reduce some of the heavy padding from Bootstrap. */
#message_edit_form {
margin-bottom: 10px;
cursor: default;
}
#message_edit_form .edit-controls {