From bd8d1811e3f2327c5835839ca42286001eaf6510 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 17 Sep 2014 09:44:27 +0200 Subject: [PATCH] Added border to focused input --- public_html/css/forms.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public_html/css/forms.css b/public_html/css/forms.css index 6eb6bb5e..35eea8f5 100644 --- a/public_html/css/forms.css +++ b/public_html/css/forms.css @@ -74,6 +74,12 @@ input[type=button]:not(:disabled):hover.highlight { background: #dfa; } +textarea:focus, input:focus{ + outline: none; + box-shadow: 0 0 0 1px #5da inset; + border-color: #5da; +} + .file-handler { border: 3px dashed #eee;