Pytal
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|