MyBB Community Forums

Full Version: [HELP]How to change the background of Reported Posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am maintaining mybb 1.6.0. If a administrator clicks mod CP and than clicks Reported Posts, he will see a table named Reported Posts and there are posts reported. I want to change its background, so I need to know the specific css element.
Go to: ACP > Themes > Your theme > Edit > Edit in Advanced Mode > global.css > and find;
.trow_shaded {
	background: #ffdde0;
}

You've to edit background color in order to change the color of Reported Post's Background.