ソースを参照

keyboard focus on login input fields

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
tags/v25.0.0beta1
Vanessa Pertsch 2年前
コミット
721b2597bc
1個のファイルの変更6行の追加0行の削除
  1. 6
    0
      core/css/guest.css

+ 6
- 0
core/css/guest.css ファイルの表示

@@ -241,6 +241,8 @@ input, textarea, select, button, div[contenteditable=true] {
}
input,
input:not([type='range']),
input:not([type='text']),
input:not([type='password']),
a.button {
font-size: 20px;
margin: 5px;
@@ -286,6 +288,10 @@ input[type='email'] {
border: none;
font-weight: normal;
}
input[type='text']:focus-visible,
input[type='password']:focus-visible {
outline: var(--color-primary) auto 2px;
}
input[type='password'].password-with-toggle, input[type='text'].password-with-toggle {
width: 219px;
padding-right: 40px;

読み込み中…
キャンセル
保存