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