From 1d35a53991f356976d78b8053651737821502687 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 15 Aug 2022 11:43:35 +0200 Subject: More dark theme fixes Signed-off-by: Carl Schwan --- core/css/guest.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'core/css/guest.css') diff --git a/core/css/guest.css b/core/css/guest.css index 74b7a5571dd..c651697a2d0 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -267,13 +267,9 @@ input[type='email'] { margin-left: 0; margin-right: 0; } -input[type='text']:focus-visible, -input[type='password']:focus-visible { - outline: var(--color-primary) auto 2px !important; -} input[type='password'].password-with-toggle, input[type='text'].password-with-toggle { - width: 236px; - padding-right: 40px; + width: 238px; + padding-right: 40px !important; } input.login { width: 260px; -- cgit v1.2.3