MyBB Community Forums

Full Version: help with DIG theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

im testing dig theme to use it in a new forum
but problem is when i open a forum, it show that a thread is selected, however there is no thread selected in form..
i click on clear selection, and when i come back again, it again say thread is selected..

any help regarding this will be much appreciated.

[Image: 66589084.png]
Place this code in global.css:

.hiddenrow {
	display: none;
}

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