vanillaforums.org minor CSS bug

jspautschjspautsch ✭✭✭
edited November 2011 in Feedback
FYI, on these forums, the "mine" color for discussions you post is being overridden by the alternating discussion color, so the special mine color only shows up every other item.

i.e. It looks like this...
.DataList .Alt {
background-color: #FAFAFA;
}
...is overwriting this...
.Mine {
background: #FDFAEF;
}
Just gets a little confusing and makes the mine color less useful. :O
Tagged:
Sign In or Register to comment.