diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-07-18 09:54:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 09:54:22 -0700 |
commit | d07b78635e9cfe0f1c5219cef48d4506f4b43314 (patch) | |
tree | b21d9ccc6d3529b8511d26cda6d0592d211ac374 | |
parent | d5437e2a30347d36d89be48ff9779bdacd6ef6ae (diff) | |
parent | d2854c4e5aadedb30bf7f9392aa879dcd6711a85 (diff) | |
download | nextcloud-server-d07b78635e9cfe0f1c5219cef48d4506f4b43314.tar.gz nextcloud-server-d07b78635e9cfe0f1c5219cef48d4506f4b43314.zip |
Merge pull request #33240 from nextcloud/fix/login-input-focus
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 6608a18992d..a9524c95722 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -290,7 +290,7 @@ input[type='email'] { } input[type='text']:focus-visible, input[type='password']:focus-visible { - outline: var(--color-primary) auto 2px; + outline: var(--color-primary) auto 2px !important; } input[type='password'].password-with-toggle, input[type='text'].password-with-toggle { width: 219px; |