Quote Originally Posted by pro_2k
in the file "admin/products_with_attributes_stock.php" around line 416


PHP Code:
while(!$products->EOF)
{
    echo 
'<tr style="background: #ccc">'."\n";
    echo 
'<td>'.$products->fields['products_id'].'</td>'
change "background: #ccc" to your desired hex colour code

see the attachment for and example of how it looks
Click image for larger version. 

Name:	products_with_attributes_stock_colour_example.jpg 
Views:	657 
Size:	52.6 KB 
ID:	656

hope this helps!
thank you very much, pro! that should do it... you are really pro!