瀏覽代碼

Checkbox height fix (#4619)

version-14
Faris Ansari 7 年之前
committed by GitHub
父節點
當前提交
92c8050527
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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"] {
}
}

}
}

Loading…
取消
儲存