diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-15 11:43:35 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-26 19:49:00 +0200 |
commit | 1d35a53991f356976d78b8053651737821502687 (patch) | |
tree | 3280d332cfbc06994d3e164245c374595fa55b14 /core/css/guest.css | |
parent | 2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3 (diff) | |
download | nextcloud-server-1d35a53991f356976d78b8053651737821502687.tar.gz nextcloud-server-1d35a53991f356976d78b8053651737821502687.zip |
More dark theme fixes
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 8 |
1 files changed, 2 insertions, 6 deletions
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; |