diff --git a/changelog/unreleased/add-focus-to-inputs-on-login.md b/changelog/unreleased/add-focus-to-inputs-on-login.md new file mode 100644 index 0000000000..480f3f5e80 --- /dev/null +++ b/changelog/unreleased/add-focus-to-inputs-on-login.md @@ -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 diff --git a/idp/ui/src/app.css b/idp/ui/src/app.css index 67204309a0..f0b91b5c43 100644 --- a/idp/ui/src/app.css +++ b/idp/ui/src/app.css @@ -55,6 +55,7 @@ strong { .oc-input:focus { outline: none; + border: 1px solid #fff; } .oc-input::placeholder {