소스 검색

Checkbox height fix (#4619)

version-14
Faris Ansari 7 년 전
committed by GitHub
부모
커밋
92c8050527
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      frappe/public/less/desk.less

+ 2
- 1
frappe/public/less/desk.less 파일 보기

@@ -897,6 +897,7 @@ li.user-progress {
// custom font awesome checkbox
input[type="checkbox"] {
position: relative;
height: 16px;

&:before {
position: absolute;
@@ -1101,4 +1102,4 @@ input[type="checkbox"] {
}
}

}
}

불러오는 중...
취소
저장