Topic: quiting icon
hi all
i want to quit the icones befors subject or forum name.
my background is black so im my .css i habe puted this :
/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/
/* 5.1 These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.inormal = everything else. By default only .inew and .inormal are visible.*/
DIV.inew, DIV.inormal, DIV.iclosed, DIV.iredirect {
FLOAT: left;
MARGIN-TOP: 0.2em;
MARGIN-LEFT: 0.2em;
DISPLAY: none;
BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
BORDER-STYLE: solid
}
DIV.searchposts DIV.inew, DIV.searchposts DIV.inormal {MARGIN-LEFT: 0}
DIV.iredirect {BORDER-COLOR: #000000 #000000 #000000 #000000}
DIV.inormal, DIV.iclosed {BORDER-COLOR: #000000 #000000 #000000 #000000}
DIV.inew {BORDER-COLOR: #000000 #000000 #000000 #000000}
/* 5.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */
TD DIV.tclcon {MARGIN-LEFT: 2.3em}
But the icone still to be white :
SEE : http://gregb.no-ip.com/punbb
THANKS