Merge pull request #260 from Jerome-Herbinet/patch-3

Add light separation line in the rooms' list
pull/256/head
Thibaut 2024-04-29 16:00:27 +02:00 committed by GitHub
commit 78e209e39c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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,