地味な影修正

This commit is contained in:
harukin 2018-11-10 21:25:12 +09:00
parent 4d792f1632
commit d74162339d

View File

@ -1804,24 +1804,17 @@ dl.bb-dl > dd > li {
.toplevel_item > .wall-item-outside-wrapper .wall-item-name { .toplevel_item > .wall-item-outside-wrapper .wall-item-name {
font-size: 1.2rem; font-size: 1.2rem;
} }
.toplevel_item , #notifications { .toplevel_item , #notifications , #profile-jot-wrapper{
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3);
transition: all 300ms 0s; transition: all 300ms 0s;
} }
.toplevel_item:hover , #notifications:hover{ .toplevel_item:hover , #notifications:hover , #profile-jot-wrapper:hover{
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5); box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5);
} }
.dropdown-menu { .dropdown-menu {
filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48));
} }
#profile-jot-wrapper {
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48));
}
#profile-jot-wrapper:hover {
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678));
}
.bootstrap-tagsinput { .bootstrap-tagsinput {
background-color: #000 background-color: #000
} }
@ -1856,10 +1849,6 @@ dl.bb-dl > dd > li {
width: 50%; width: 50%;
} }
#profile-jot-submit-right{
}
a[title*="harukin@plus.haruk.in"]{ a[title*="harukin@plus.haruk.in"]{
color: rgb(170, 2, 2); color: rgb(170, 2, 2);
} }