[richfaces-svn-commits] JBoss Rich Faces SVN: r5302 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 11 10:10:13 EST 2008


Author: akushunin
Date: 2008-01-11 10:10:13 -0500 (Fri, 11 Jan 2008)
New Revision: 5302

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
Log:
generalBackgroundColor renamed  to tableBackgroundColor in rich-calendar-cell

Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss	2008-01-11 15:09:09 UTC (rev 5301)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss	2008-01-11 15:10:13 UTC (rev 5302)
@@ -141,7 +141,7 @@
 	<u:selector name=".rich-calendar-cell">
 		<u:style name="border-bottom-color" skin="panelBorderColor"/>
 		<u:style name="border-right-color" skin="panelBorderColor"/>
-		<u:style name="background-color" skin="generalBackgroundColor"/>
+		<u:style name="background-color" skin="tableBackgroundColor"/>
 		<u:style name="font-size" skin="generalSizeFont"/>
 		<u:style name="font-family" skin="generalFamilyFont"/>
 	</u:selector>




More information about the richfaces-svn-commits mailing list