From 98cab94f9be548b0af6296b540dad4f2966be77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 21 Dec 2017 13:22:45 -0500 Subject: [PATCH] Add visual feedback on focused buttons, for example when tabbing to it --- client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 9a8da7d3..4f6a8ec1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -124,7 +124,8 @@ kbd { } .btn:disabled, -.btn:hover { +.btn:hover, +.btn:focus { background: #84ce88; color: #fff; opacity: 1;