Azadi,
Thanks for the reply. I use Firebug, but the cfgrid x-grid
CSS still has me perplexed.
I did try again and resolved the datepicker CSS, which
actually was coming from the yui.css. The code I used here to
override the template CSS was:
th.calhead, th.calweekdaycell {
background-color: #FFF;
color: #003;
}
td.calcell {
background-color: #FFF;
}
Regarding the cfgrid CSS. It is only 3 rules messing with the
look of the cfgrid x-grid rules as follows:
table{background-color:#F5F5F5;}
tr{background-color:#F5F5F5;}
td{background-color:#F5F5F5;}
Specifically the backgrounds for the top and bottom toolbars,
the grid header, columns and rows are affected. Looks like it
includes x-toolbar, x-grid-hd-row, x-grid-body, x-grid-row,
x-grid-bottombar, x-grid-col x-grid-td, x-grid-cell from
CFIDE/scripts/ajax/ext/resources/css/ext-all.css, but it is
confusing and I'm unclear how to get the look that is there when I
hide the above template rules.