Jump to the post that solved this thread.
Solved: 6 Years, 4 Months, 2 Weeks ago MyBB 1.8.19 upgrade and global.css
#3
Solved: 6 Years, 4 Months, 2 Weeks ago
Find if this exists in your global.css

.postbit_qrestore,
.status_type{
	display:none!important;
}
 .deleted_post .postbit_qrestore,
.deleted_post .status_type{
	display:inline!important;
}
 .deleted_post .postbit_mirage{
	display:none!important;
}

and replace with

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

If you can't find the first part don't worry and just add the second part and you are good.
Reply
Jump to the post that solved this thread.


Messages In This Thread
RE: MyBB 1.8.19 upgrade and global.css - by effone - 2018-09-13, 08:32 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)