mirror of https://github.com/zulip/zulip.git
Rename zephyr_message to new_message_textarea.
(imported from commit 7176738a9bf04bf96327338626e63adf03884a56)
This commit is contained in:
parent
2748625ed2
commit
e10966f1bb
|
@ -62,7 +62,7 @@
|
|||
<td class="pointer"></td>
|
||||
<td class="messagebox">
|
||||
<div class="message_content">
|
||||
<textarea class="zephyr_message" name="content" id="new_message_content" value="" placeholder="Compose your message here..."></textarea>
|
||||
<textarea class="new_message_textarea" name="content" id="new_message_content" value="" placeholder="Compose your message here..."></textarea>
|
||||
<input type="submit" value="Send" class="btn send_message"/>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -261,7 +261,7 @@ img.profile_picture {
|
|||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
textarea.zephyr_message {
|
||||
textarea.new_message_textarea {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue