From faa042f91bee178ac63c5e2b023d2b86154249ce Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 10 Sep 2019 22:29:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=B3=E3=83=BC=E3=83=87=E3=82=A3?= =?UTF-8?q?=E3=82=AA=E3=83=B3=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=82=B6=E3=82=A4=E3=83=B3=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index e376810..78df9da 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1855,9 +1855,10 @@ dl.bb-dl > dd > li { .toplevel_item, #notifications, #profile-jot-wrapper -.toplevel_item, #notifications, #profile-jot-wrapper, .toplevel_item:hover, #notifications:hover, #profile-jot-wrapper:hover { +.toplevel_item, #notifications, #profile-jot-wrapper, .toplevel_item:hover, #notifications:hover, #profile-jot-wrapper:hover, .panel { box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); } + .dropdown-menu { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } @@ -2280,3 +2281,9 @@ nav .navbar-nav > .text-truncate { position: absolute; left: -215px; } +.panel{ + border-bottom: darkgray solid 1px; +} +.collapse{ + background-color: whitesmoke; +} \ No newline at end of file