通知影実装と小規模バグ修正

This commit is contained in:
Your Name 2018-10-28 21:38:33 +09:00
parent 5640960b59
commit 42a4d2578d

View File

@ -1800,12 +1800,12 @@ dl.bb-dl > dd > li {
.toplevel_item > .wall-item-outside-wrapper .wall-item-name {
font-size: 1.2rem;
}
.toplevel_item , .notifications_wrapper {
.toplevel_item , #notifications {
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3);
transition: all 300ms 0s;
}
.toplevel_item:hover , .notifications_wrapper:hover{
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678));
.toplevel_item:hover , #notifications:hover{
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5);
}
.dropdown-menu {
filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48));