1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Add missed .comfy-table in CSS

This commit is contained in:
reaper47
2023-06-15 18:39:18 +02:00
parent 34ddbfdc8a
commit 3fbd0abc5f

View File

@@ -353,7 +353,8 @@ dialog::backdrop {
background-color: var(--tr-odd-bg-color);
}
td, th {
.comfy-table td,
.comfy-table th {
border: 1px solid var(--border-color);
padding: 8px;
}