Hi there,
I'd recommend turning off styleclass compression
(DISABLE_CONTENT_COMPRESSION flag in web.xml) and then using Firebug to
view the css. It's a great way to debug skinning.
These tips are in the Trinidad Skinning documentation.
http://myfaces.apache.org/trinidad/devguide/skinning.html
- Jeanne
Cleiton wrote:
Hi...
My trinidad.css is this...
body{background-color:#236B8E;margin-top:0px;}
.AFDefaultFontFamily:alias{font-family:Verdana}
.AFDefaultFont:alias{font-size:12px}
.AFTableCellDataBackgroundColor:alias{background-color:#FFFFFF}
af|column::header-text{text-align:center;color:#FFFFFF;background-olor:#4682B4;}
af|column::total-text{text-align:left;color:#FFFFFF;background-color:#4682B4;}
af|column::cell-text{text-align:left;}
af|column::cell-number{font-weight:bold;text-align:right;}
but didn’t work in cell-number…
thank you
Cleiton Martins Borges