Add focus to input elements on login page

This commit is contained in:
Jannik Stehle
2021-03-10 16:23:05 +01:00
parent 097cc1548a
commit 83a7103620
2 changed files with 5 additions and 0 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

View File

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