MyBB Community Forums

Full Version: everything selected...?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Every time I got into a forum or search this happens, how do I stop it?
[attachment=20918]
This usually happens when you use a 1.4 theme on 1.6, make sure this is in the global.css for your theme:

.hiddenrow {
	display: none;
}
Thanks! ^_^
Yes I confirm MattRogowski's suggestion
I had the same problem
Was fixed by chosing Edit Stylesheet: Advanced Mode
Find
.hidden {
	display: none;
	float: none;
	width: 1%;
}
Then AFTER add


.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}