This commit is contained in:
zh
2025-12-12 17:23:05 +08:00
parent ca0f1edc67
commit 0bc972d082
11 changed files with 29 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -3502,7 +3502,7 @@
.YJ-custom-checkbox-left:checked::after,
.YJ-custom-checkbox-right:checked::after {
content: "";
content: "\2714";
background-color: rgba(var(--color-base1), 1);
color: rgba(var(--color-sdk-auxiliary), 1);
width: 25px;
@ -3537,7 +3537,7 @@
}
.YJ-custom-base-dialog>.content input.YJ-custom-checkbox[type=checkbox]:checked::after {
content: "";
content: "\2714";
background-color: rgba(var(--color-base1), 1);
color: rgba(var(--color-sdk-auxiliary), 1);
width: 12px;