From e9fa4b6c8a552bfe715f048f189e813d7026b442 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 31 May 2014 17:19:52 +0200 Subject: Input field of dialog now matches the overall look and feel better. --- static/chat.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/chat.css b/static/chat.css index 3a834b9..e5a2949 100644 --- a/static/chat.css +++ b/static/chat.css @@ -58,8 +58,14 @@ h1, #chatlogwrap, #buddiescontainer { background: #eee; } #dialoginner input { - width: calc(100% - 2px); - border: 1px solid #aaa; + width: calc(100% - 4mm); + border: none; + background: #ddd; + padding: 2mm; + border-radius: 4mm; +} +#dialoginner input:hover, #dialoginner input:focus { + background: #eee; } #dialoginner h2 { -- cgit v1.2.3-54-g00ecf