Hello All,
My Jdeveloper version is 11.1.1.7.0.
I have created simple ADF application and one simple skin file which has below contents:
.af_column_column-header-cell-content {
font-weight: bold;
text-align: center;
font-size: 1em;
}
But when I run my application, I don't see any changes in my table header.
Steps I have followed:
1. Created application
2. Created skin file
3. Run application.
Do we need to do anything else after creating skin file? Will that skin file automatically attached to our pages in the application or I need to do something else to attach the newly created skin to my page?
Thanks.