From daf5bd2102028b16311f19c062f5927b7ce9233f Mon Sep 17 00:00:00 2001 From: stingl Date: Thu, 23 Sep 2021 09:52:36 +0200 Subject: [PATCH] style focused input for timebox --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index c49c218..1bb2cec 100644 --- a/css/app.css +++ b/css/app.css @@ -203,6 +203,10 @@ nav, .card { color: white; } +.bg-timebox input:focus { + color: lightgray; +} + /*Hidden Boxes*/ #hidden-one { width: 1em;