From 3fbd0abc5fd1ffc1b74eaae875a22c68fe4e2d5e Mon Sep 17 00:00:00 2001 From: reaper47 Date: Thu, 15 Jun 2023 18:39:18 +0200 Subject: [PATCH] Add missed .comfy-table in CSS --- web/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index b463d6a1..5b6b9ec5 100644 --- a/web/style.css +++ b/web/style.css @@ -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; }