From afbaf2dc0e3f285e1bc840e7ea3757effe7119de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:59:02 +0200 Subject: [PATCH] Add light separation line in the rooms' list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- ts/Manager/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index c194c21..1a0458c 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -95,6 +95,10 @@ pre { } } +#bbb-react-root table tbody tr td { + border-bottom: 1px solid var(--color-border-dark); +} + #bbb-react-root, #bbb-restrictions { #bbb-warning,