Ver código fonte

Checkbox height fix (#4619)

version-14
Faris Ansari 7 anos atrás
committed by GitHub
pai
commit
92c8050527
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      frappe/public/less/desk.less

+ 2
- 1
frappe/public/less/desk.less Ver arquivo

@@ -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"] {
}
}

}
}

Carregando…
Cancelar
Salvar