mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix login input focus border
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
16b06dd758
commit
d2854c4e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue