アコーディオンメニューのデザイン調整
This commit is contained in:
parent
18178d0cc3
commit
faa042f91b
@ -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;
|
||||
}
|
Reference in New Issue
Block a user