in the gray and blue css the property for
tr.even td,
tr.odd td {
background: transparent;
border: 1px solid #dbdbdb;
}
but it should be
tr.even td,
tr.odd td {
background-color: transparent;
border: 1px solid #dbdbdb;
}
that property it's interfering with advanced forum
Comments
Comment #1
jeremycaldwell commentedThanks for pointing this out as we don't need to override the background completely but rather just the background color. I'll get that updated and into the next release.
Comment #2
jeremycaldwell commentedChanges have been made and are in the latest release of the theme.
Comment #3
rodrigoaguilerathanks