hi i have WebBlue RadGrid Control, everything is ok but whem viewing it in mozilla firefox there is a little space at the rgHeader at left, i've tried to style it in CSS using this snippet:
but my style wasn't set and overrided by this CSS Style:
can any one help me please ?
.RadGrid_WebBlue .rgHeader:first-child
{
border-left-width: 1px;
}
but my style wasn't set and overrided by this CSS Style:
border-left-width: 0;
can any one help me please ?