ok try this on your teststyle
Code:
.threadbit .nonsticky, .threadbit .discussionrow {
background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}
.threadbit .sticky {
background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}
.threadbit .threadstats {
background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #0F0F0F;
height: 20px;
padding-top: 18px;
text-align: center;
width: 7%;
}
if it works add this on the KH-flare 2.0 dark
Code:
.threadbit .sticky {
background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}