There's a file 'theme.css' in aqua/vista.
And if you want to change several css style only, you can see this way:
http://www.linb.net/Examples/linb/appearance/way1.htmlCSS for the colors of the alternating row backgrounds :
----------------------------------
.linb-treegrid-hfcell, .linb-treegrid-hcell{
background-color:#00ff00;
}
----------------------------------
CSS for the header background:
----------------------------------
.linb-treegrid-alt{
background-color:#00ff00;
}
----------------------------------