mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight
Fix missing focus highlight for guest buttons
This commit is contained in:
commit
a39d850030
1 changed files with 4 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue