Description:
Changes the default style of the reply button into a more beautiful one
Go to your Admin CP -> Appearance -> Style -> (Your Style) -> Templates -> Extra.css
Add inside
.message .publicControls .item {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
-webkit-box-shadow: 0px 1px 0px...
This resource is not affiliated with XenForo Ltd.
This is a simple edit to change the css for sticky threads only.
Add this to EXTRA.css:
.discussionListItem.visible.sticky,
.discussionListItem.visible.sticky .posterAvatar,
.discussionListItem.visible.sticky .stats {
background: @inlineMod...