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
a39d8500
Unverified
Commit
a39d8500
authored
Feb 26, 2022
by
Joas Schilling
Committed by
GitHub
Feb 26, 2022
Browse files
Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight
Fix missing focus highlight for guest buttons
parents
0b7449e7
62261558
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/css/guest.css
View file @
a39d8500
...
...
@@ -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