From a1d755b26fd5929ad6d40bb816521464e46aa492 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 24 Jan 2013 17:34:51 +0100 Subject: [PATCH] chat area style fix --- chromesoul.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromesoul.css b/chromesoul.css index e8499e8..f70758b 100644 --- a/chromesoul.css +++ b/chromesoul.css @@ -189,7 +189,7 @@ body { height: 268px; overflow-y: scroll; font-family: monospace; - background-color: #f3f3f3; + background-color: #e4e4e4; } .chat-message { @@ -234,6 +234,7 @@ body { width: 100%; height: 20px; margin: 5px 0 0 0; + background-color: #e4e4e4; } .chat-input:focus {