can anyone point me in the right direction as to which css file/tag to look? I'd like to change the background colour of the grid header cells to have blue background with white text. I've figured out how to change the background colour .x-grid3-header{ background-color: #003399; } but can't find out what to change in order to get white text? |
I've gotten around this issue at the moment using the cell attributes headerBackgroundColor="#003399" headerFontColor="White" but it would be nice if I could do this via the CSS so that dev's don't have to remember to do this and if we decide to change the colours at a later stage its just in one location |