hey - the cfgrid (and other cf ui) stuff makes use of the EXT JS lib... does eny one know how to change the CF grid table header colors? and or the border colors? - In the HTML grid NOT the flash or applet... thx
Asked
Active
Viewed 2,246 times
3 Answers
0
Customizing Look and Feel : Skin your ColdFusion 8 Ajax UI Components

charliegriefer
- 3,342
- 1
- 18
- 20
-
This appears to be a dead link. – SetFreeByTruth Aug 04 '12 at 03:35
0
It's simple. You can hack CF existing stylesheet as follow.
.x-grid-hd-text { font-family:Calibri; font-size:15px; font-weight:bold; }
.x-grid-row div{ line-height:16px; font-family:Calibri; font-size:13px; }
.x-grid-col { font-family:Calibri; font-size:13px; border-right: 1px solid #cccccc; }
http://www.ppshein.net/index.cfm/2010/9/16/change-font-in-cfgrid

PPShein
- 13,309
- 42
- 142
- 227