mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-07 07:32:55 +00:00
Add extra padding around checkbox
This commit is contained in:
parent
ad5742bb1d
commit
7f0422a245
1 changed files with 6 additions and 2 deletions
|
|
@ -225,9 +225,13 @@ task-list-item .handle {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task-list-item .checkbox {
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
task-list-item .checkbox input {
|
task-list-item .checkbox input {
|
||||||
width: 1.1em;
|
width: 1.3em;
|
||||||
height: 1.1em;
|
height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.dragging {
|
li.dragging {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue