From 8824b0ecc1ec3b15f028b737a2974ef161c3fd96 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 18:52:26 +0900 Subject: [PATCH] fix viewconnection's favicon bug --- view/theme/plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 6b0eb54..212417e 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,13 +2104,13 @@ a[title*="pawoo.net"]::after { display: none; } -#notifications a::before{ +#notifications a::before, .generic-content-wrapper a::before{ position: absolute; left: 38px; top: 30px; } -#notifications a::after{ +#notifications a::after, .generic-content-wrapper a::after{ display: none; }