finally add theme styles to checkboxes

This commit is contained in:
RossAscends
2023-11-05 15:47:29 +09:00
parent a1b943dbbc
commit 19c0100983
2 changed files with 32 additions and 31 deletions

View File

@ -5394,7 +5394,7 @@ function openMessageDelete() {
$("#send_form").css("display", "none");
$(".del_checkbox").each(function () {
if ($(this).parent().attr("mesid") != 0) {
$(this).css("display", "block");
$(this).css("display", "grid");
$(this).parent().children(".for_checkbox").css("display", "none");
}
});