mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
finally add theme styles to checkboxes
This commit is contained in:
@ -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");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user