From 72ef88fd018c631128844e1c05b26097fd3de267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 21 Jun 2018 01:38:09 -0400 Subject: [PATCH] Use highlight style and timestamp color pre-v3 --- classic.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/classic.css b/classic.css index 1cee766..775a892 100644 --- a/classic.css +++ b/classic.css @@ -1,5 +1,6 @@ :root { --body-bg-color: #455164; + --highlight-bg-color: transparent; } #viewport { @@ -17,6 +18,32 @@ margin-left: 4px; } +#chat .time, +#chat .channel .message.highlight .time { + color: #ddd; +} + +#chat .channel .message.highlight { + border: 0; +} + +#chat .channel .message.highlight .time { + padding-left: 10px; + width: 55px; +} + +#chat .channel .message.highlight .content { + border-left-color: #f6f6f6; +} + +#chat .error, +#chat .error .from, +#chat .channel .highlight .from, +#chat .channel .highlight .text, +#chat .channel .highlight .user { + color: #f00; +} + /* Sidebar and footer */ #sidebar .scrollable-area {