カード影の編集

This commit is contained in:
harukin 2019-09-10 14:44:05 +09:00
parent 447eab827a
commit 18178d0cc3
3 changed files with 3 additions and 8 deletions

View File

@ -1854,14 +1854,9 @@ dl.bb-dl > dd > li {
}
.toplevel_item,
#notifications,
#profile-jot-wrapper {
box-shadow: 0px 0px 1px 1px rgba(75, 75, 75, 0.1);
transition: all 300ms 0s;
}
.toplevel_item:hover,
#notifications:hover,
#profile-jot-wrapper:hover {
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5);
#profile-jot-wrapper
.toplevel_item, #notifications, #profile-jot-wrapper, .toplevel_item:hover, #notifications:hover, #profile-jot-wrapper:hover {
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));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB