From e72b4ab8670739d9249a8b161f14e50797f38717 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 14 Nov 2012 17:57:52 +0100 Subject: [PATCH] removing the default outline offset for the chat message input box --- chromesoul.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chromesoul.css b/chromesoul.css index 1faadf6..3ba0b1c 100644 --- a/chromesoul.css +++ b/chromesoul.css @@ -53,6 +53,10 @@ outline: 1px solid #aaa; } +.chat-msg:focus { + outline-offset: 0; +} + .capitalize { text-transform: capitalize; }