mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
Merge pull request #1792 from owncloud/issues/web-4322
Add focus to input elements on login page
This commit is contained in:
4
changelog/unreleased/add-focus-to-inputs-on-login.md
Normal file
4
changelog/unreleased/add-focus-to-inputs-on-login.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Enhancement: Add focus to input elements on login page
|
||||
|
||||
https://github.com/owncloud/ocis/pull/1792
|
||||
https://github.com/owncloud/web/issues/4322
|
||||
File diff suppressed because one or more lines are too long
@@ -55,6 +55,7 @@ strong {
|
||||
|
||||
.oc-input:focus {
|
||||
outline: none;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.oc-input::placeholder {
|
||||
|
||||
Reference in New Issue
Block a user