From 02918f0220a9533b027537976cdcb1767720bb08 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:21:31 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9A=8E=E5=B1=A4=E6=A6=82=E5=BF=B5=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=81=A8=E5=BD=B1=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 40b439d..b3a669d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1806,8 +1806,12 @@ dl.bb-dl > dd > li { .toplevel_item { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); + box-shadow: 1px 0px 0px 2px rgba(0,0,0,0.1); transition: all 300ms 0s; } .toplevel_item:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); +} +.dropdown-menu { + filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } \ No newline at end of file