Browse Source
Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight
Fix missing focus highlight for guest buttons
pull/31364/head
Joas Schilling
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
core/css/guest.css
|
|
@ -270,6 +270,10 @@ select { |
|
|
|
border-radius: 100px; /* --border-radius-pill */ |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
input[type='submit']:focus { |
|
|
|
border: 2px solid black !important; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
input[type='text'], |
|
|
|
input[type='tel'], |
|
|
|
input[type='password'], |
|
|
|