Skip to content

Commit

Permalink
Fix text area styling in convo side panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mufid committed Feb 1, 2017
1 parent 177af4d commit ee6770b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/flexpane/_threads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
}
}

#convo_tab textarea.message_input {
color: $base-font-color;
}

#reply_container,
.reply_input_container {
.inline_message_input_container {
Expand Down

0 comments on commit ee6770b

Please sign in to comment.