Prevent the compose box from changing size slightly as the textarea gains / loses focus

(imported from commit cb863675c8c04d936aa62f56d0b4c28c41f04efb)
This commit is contained in:
Keegan McAllister 2012-11-19 15:46:55 -05:00
parent 9ce4c103c0
commit 8c20362c18
1 changed files with 0 additions and 5 deletions

View File

@ -336,11 +336,6 @@ textarea.new_message_textarea {
resize: none;
}
textarea:focus {
outline: none;
border: gray;
}
input.recipient_box {
margin-bottom: 0px;
margin-top: 0px;