Author: yradtsevich
Date: 2008-11-14 09:25:13 -0500 (Fri, 14 Nov 2008)
New Revision: 11788
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/dataTable/dataTable.css
Log:
CODING IN PROGRESS - issue JBIDE-2877: <rich:dataTable>, <rich:column>
interaction
https://jira.jboss.org/jira/browse/JBIDE-2877
Item #1 has been fixed: "Incorrect behavior of "styleClass" attribute of
<rich:dataTable> with the footer of <rich:column>. StyleClass aren't
applied correctly to footer path (see screenshot-1) in VPE."
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/dataTable/dataTable.css
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/dataTable/dataTable.css 2008-11-14
13:58:31 UTC (rev 11787)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/dataTable/dataTable.css 2008-11-14
14:25:13 UTC (rev 11788)
@@ -50,6 +50,10 @@
background-color: #F1EEE9;
}
+.dr-table-subfooter {
+ background-color:#F1F1F1;
+}
+
.dr-table-subheadercell {
border-right: 1px solid;
border-bottom: 1px solid;