Add missed .comfy-table in CSS

This commit is contained in:
reaper47 2023-06-15 18:39:18 +02:00
parent 34ddbfdc8a
commit 3fbd0abc5f
1 changed files with 2 additions and 1 deletions

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;
}