From a8191912348a7843ff2447efef596a7558bfa21b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 19:15:24 +0900 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=AC=84=E5=BD=B1=E4=BB=98?= =?UTF-8?q?=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e585e2f..1ebc75e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,11 +1800,11 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item { +.toplevel_item , .notifications_wrapper { box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } -.toplevel_item:hover { +.toplevel_item:hover , .notifications_wrapper:hover{ filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } .dropdown-menu {