From 3667ef9a9ea7a1049e1a13c49c5a44fa77e4031e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 23 Nov 2018 16:35:56 +0100 Subject: [PATCH] newthreadbanner vars --- res/themes/status/css/_status.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/themes/status/css/_status.scss b/res/themes/status/css/_status.scss index 683e1b9e..fd8c9734 100644 --- a/res/themes/status/css/_status.scss +++ b/res/themes/status/css/_status.scss @@ -215,6 +215,12 @@ $lightbox-bg-color: #454545; $lightbox-fg-color: #ffffff; $lightbox-border-color: #ffffff; + +$input-lighter-bg-color: #ff0000; +// used by NewThreadBanner +$received-messages-alert-fg-color: #7AC9A1; +$received-messages-alert-bg-color: #F9FCFB; + // unused? $progressbar-color: #000;