소스 검색

Fix log in button hover/focus feedback

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
tags/v22.0.0beta1
Jan C. Borchardt 3 년 전
부모
커밋
294ddf741e
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      core/css/guest.css

+ 3
- 1
core/css/guest.css 파일 보기

@@ -340,7 +340,9 @@ button.primary:not(:disabled):hover,
button.primary:not(:disabled):focus,
a.primary:not(:disabled):hover,
a.primary:not(:disabled):focus {
color: rgba(255, 255, 255, .8);
color: rgba(255, 255, 255, 1);
background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
background-position: initial;
}

/* Checkboxes - white only for login */

Loading…
취소
저장