From 8b87c54b1a457ed21608a3f7a4d5a9cd833fd7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 7 Jul 2016 01:14:52 -0400 Subject: [PATCH] Fix unread marker disappearing when opacity set to 1 --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index c013e6d1..35b6a2d5 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -725,6 +725,7 @@ button { text-align: center; opacity: .5; margin: 0 10px; + z-index: 0; } #chat .unread-marker:before {