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
parent
commit
a39d850030
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/css/guest.css

4
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'],

Loading…
Cancel
Save