Quote:
Originally Posted by maineGuy72
i dont want to change the padding i want to change the color of the bar to match the style i am using. the templates make no reference to the color and i have changed both css sheets and nothing happens. i can change the font and font style but cant get rid of the stupid color. agghhh.
i will figure it out if it kills me. you dont need to dewl on it i will get it or die trying.
|
I placed that "stupid" color there and is not color. If you do a right click on the header you'll see that it's a background image.
microclassifieds/datagrid/styles/lightgray/css/dgstyle.css
Code:
.dgHeader, .dg_dataTable .editTitle
{
background: #7192a8 url(../icons/headerbg.png) repeat-x;
border: 1px solid #5a7f97;
color: #FFFFFF;
}
If you change only the color, you're doing a hole in the water. Nothing. You must remove the url(......
Chris