Question
CF8.0.1 cfgrid and cfinput datefield CSS conflict
My client defines the following CSS in a template:
table{background-color:#F5F5F5;}
tr{background-color:#F5F5F5;}
td{background-color:#F5F5F5;}
th {background-color: #587498;color: #F5F5F5;}
I am allowed to add CSS to overwrite it in a CSS call after this. My CSS essentially includes that found in the Adobe-provided CFIDE/scripts/ajax/ext/resources/css/ext-all.css. However the table, tr, td and th values from earlier in the code is not being over-ridden by the ext-all.css related to cfgrid and the cfinput datefield datepicker, making it look unusable in IE7 and FF3, but I need it to work. My understanding of CSS is not at a deep level, but I know that CSS defined later should override that found earlier and that the use of !important can also increase the priority. I also narrowed my problem to the CSS above. It is unclear to me what in ext-all.css needs to be changed related to the cfgrid and the cfinput datefield. Anyone know what CSS changes I need to make?
table{background-color:#F5F5F5;}
tr{background-color:#F5F5F5;}
td{background-color:#F5F5F5;}
th {background-color: #587498;color: #F5F5F5;}
I am allowed to add CSS to overwrite it in a CSS call after this. My CSS essentially includes that found in the Adobe-provided CFIDE/scripts/ajax/ext/resources/css/ext-all.css. However the table, tr, td and th values from earlier in the code is not being over-ridden by the ext-all.css related to cfgrid and the cfinput datefield datepicker, making it look unusable in IE7 and FF3, but I need it to work. My understanding of CSS is not at a deep level, but I know that CSS defined later should override that found earlier and that the use of !important can also increase the priority. I also narrowed my problem to the CSS above. It is unclear to me what in ext-all.css needs to be changed related to the cfgrid and the cfinput datefield. Anyone know what CSS changes I need to make?
