fix checkboxes
parent
0a4d54a150
commit
cbcdebf24b
|
|
@ -63,10 +63,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirmList > li::before {
|
.confirmList > li::before {
|
||||||
content: "▢";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
border: 2px solid black;
|
||||||
|
width: 0.8em;
|
||||||
|
height: 0.8em;
|
||||||
left: -1.4em;
|
left: -1.4em;
|
||||||
top: -0.2em;
|
top: -0.1em;
|
||||||
font-size: 15pt;
|
font-size: 15pt;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue