From 3bff5f28515f8a482c7a18c0da62ef9e0aa1747c Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 24 Apr 2023 23:24:20 +0200 Subject: [PATCH] adjust the button color on focus Signed-off-by: Simon L --- php/public/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php/public/style.css b/php/public/style.css index e43485c9..8f58440e 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -23,6 +23,11 @@ a { outline: none; } +.button:focus { + color:black; + border: 2px solid black; +} + #logout { margin-top: 7px; }