From 6359e726cef1bef2ffb05b829a56512b1501ca24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Thu, 13 Oct 2016 16:09:10 +0200 Subject: [PATCH] buffer: separate unread and notification --- css/glowingbear.css | 2 +- index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index f8e241a..b556e46 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -221,7 +221,7 @@ input[type=text], input[type=password], #sendMessage { display: none; } -#sidebar .buffer.unread .badge { +#sidebar .buffer.unread .badge, #sidebar .buffer.notification .badge { display: inline-block; border-radius: 0; margin-right: -10px; diff --git a/index.html b/index.html index 972d53d..839a0ec 100644 --- a/index.html +++ b/index.html @@ -272,7 +272,8 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel