mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix missing focus highlight for guest buttons
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
22a9c54f89
commit
62261558f9
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