Quote:
Originally Posted by shanef
Where in the css do i change the text colors and background colors in the table. i use a darker forum theme and all the light colors stick out like a soar thumb and some text is not even visable. i have have been playing with it for ever and cant make any progress. Is there a way to make the table inherit the color theme?
maybe in a later update there could be some different color themes available
|
There is already a black stylesheet. So, search in classifieds.php for:
Code:
$objGrid -> skinimages('lightgray', 'microclassifieds/datagrid/skins/%s/icons/');
and replace it with:
Code:
$objGrid -> skinimages('darkgray', 'microclassifieds/datagrid/skins/%s/icons/');
If you need more customization you can edit the file:
microclassifieds/datagrid/skins/dgstyle.css
Chris