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
+1
View File
@@ -55,6 +55,7 @@ strong {
.oc-input:focus {
outline: none;
border: 1px solid #fff;
}
.oc-input::placeholder {