From 3cb84222b24590ed221f8a9b00f33140fb87a45d Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Wed, 3 May 2017 14:14:23 -0700 Subject: [PATCH] Add new padding, color, border-color to CommentBox textarea --- client/coral-embed-stream/style/default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 76993725f..5c47437ec 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -191,12 +191,13 @@ hr { } .coral-plugin-commentbox-textarea { + color: #262626; flex: 1; - padding: 5px; + padding: 1em; min-height: 100px; margin-top: 10px; font-size: 16px; - border: 1px solid #ccc; + border: 1px solid #9E9E9E; } .coral-plugin-commentbox-button-container {