From db2cc5f4160b2b52cb263597878437fe059a7a52 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 22 Sep 2013 15:18:37 +0200 Subject: [PATCH] give feedback on selected input field --- css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/screen.css b/css/screen.css index 3eda669..f97e18b 100644 --- a/css/screen.css +++ b/css/screen.css @@ -64,7 +64,7 @@ header .button, footer .button, .button.small { .smallogo { text-align: center; margin: 0; padding: 0; } -button:active, a:active, .button:active { +button:active, a:active, .button:active, input:active, input:focus { background: black !important; color: white !important; }