Merge branch 'develop' into 'master'
影エリア強化とバグ修正 See merge request harukin/hubzillatheme!5
This commit is contained in:
commit
8e91222848
@ -1797,15 +1797,24 @@ dl.bb-dl > dd > li {
|
||||
|
||||
|
||||
/*testarea*/
|
||||
.wall-item-outside-wrapper a {
|
||||
.toplevel_item > .wall-item-outside-wrapper .wall-item-name {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.comment a {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.toplevel_item {
|
||||
filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48));
|
||||
.toplevel_item , .notifications_wrapper {
|
||||
box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3);
|
||||
transition: all 300ms 0s;
|
||||
}
|
||||
.toplevel_item:hover {
|
||||
.toplevel_item:hover , .notifications_wrapper:hover{
|
||||
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678));
|
||||
}
|
||||
.dropdown-menu {
|
||||
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));
|
||||
transition: all 300ms 0s;
|
||||
}
|
||||
#profile-jot-wrapper:hover {
|
||||
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678));
|
||||
}
|
Reference in New Issue
Block a user