From 226abcbc0e8b3b99927db806f2ac914597b42ae3 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 20 Jul 2021 01:18:01 +0200 Subject: [PATCH] Some styles. --- assets/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/assets/style.css b/assets/style.css index e3219162..5673368a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,4 +61,26 @@ table.peertube-plugin-livechat-prosody-list-rooms { border: 1px solid black; + margin: 5px 0px; +} + +table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(odd) { + background-color: #eee; +} + +table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(even) { + background-color: #fff; +} + +table.peertube-plugin-livechat-prosody-list-rooms th { + background-color: var(--mainHoverColor); + border: 1px solid black; + color: var(--mainBackgroundColor); + padding: 4px 5px; +} + +table.peertube-plugin-livechat-prosody-list-rooms td { + border: 1px solid #555; + color: black; + padding: 4px 5px; }