Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created March 8, 2018 13:40
Show Gist options
  • Save KaineLabs/9125a3a9b0a425f94eb3c20a7b07be1e to your computer and use it in GitHub Desktop.
Save KaineLabs/9125a3a9b0a425f94eb3c20a7b07be1e to your computer and use it in GitHub Desktop.
Set Boxes Shadow
.yz-widget,
#yz-wall-nav,
#yz-wall-form,
.youzer div#message,
#message-recipients,
table.notifications,
#yz-profile-navmenu,
.yz-directory-filter,
.yz-my-account-widget,
table.messages-notices,
.youzer .account-menus,
.youzer .activity-list>li,
.youzer .yz-account-header,
#message-thread .message-box,
#yz-groups-list li .yz-group-data,
#yz-members-list li .yzm-user-data,
#sitewide-notice, .widget.buddypress,
.youzer:not(.yz-global-wall) .item-list-tabs,
.youzer .settings-main-content .settings-inner-content {
-webkit-box-shadow: 0px 25px 50px -5px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 25px 50px -5px rgba(0,0,0,0.1);
box-shadow: 0px 25px 50px -5px rgba(0,0,0,0.1);
}
.yz-global-wall .yz-page-main-content,
.yz-account-page .yz-page-main-content {
overflow:visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment