Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GitHub Mirror
Nextcloud
server
Commits
62261558
Unverified
Commit
62261558
authored
Feb 25, 2022
by
Joas Schilling
Browse files
Fix missing focus highlight for guest buttons
Signed-off-by:
Joas Schilling
<
coding@schilljs.com
>
parent
22a9c54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/css/guest.css
View file @
62261558
...
...
@@ -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'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment