Merge pull request #1792 from owncloud/issues/web-4322

Add focus to input elements on login page
This commit is contained in:
Jannik Stehle
2021-03-11 08:37:20 +01:00
committed by GitHub
3 changed files with 64 additions and 59 deletions

View 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

View File

@@ -55,6 +55,7 @@ strong {
.oc-input:focus {
outline: none;
border: 1px solid #fff;
}
.oc-input::placeholder {