From 68574715dc9f7869693dc1dadd6121b55aed4d37 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 12 Aug 2020 17:41:46 +0200 Subject: [PATCH] style active room --- src/ui/web/css/themes/element/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/web/css/themes/element/theme.css b/src/ui/web/css/themes/element/theme.css index 3bdd8f02..36cc0d77 100644 --- a/src/ui/web/css/themes/element/theme.css +++ b/src/ui/web/css/themes/element/theme.css @@ -46,6 +46,11 @@ limitations under the License. align-items: center; } +.LeftPanel li.active { + background: lightgray; + color: black; +} + .LeftPanel li { border-bottom: 1px #555 solid; } @@ -66,7 +71,6 @@ a { color: white; } - .SessionStatusView { padding: 5px; background-color: #555;