From daa94f0f9a61274b31f8fb34aff680d9af2ee618 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 28 Jan 2025 12:01:30 +0100 Subject: [PATCH] [mirotalk] - remove border --- public/css/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/client.css b/public/css/client.css index ca11a392..87355278 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -1244,8 +1244,8 @@ button:hover { } #shortcutsTable th, #shortcutsTable td { - border: var(--border); padding: 5px; + /* border: var(--border); */ } #shortcutsTable th { background: var(--body-bg);