[richfaces-svn-commits] JBoss Rich Faces SVN: r2428 - 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
Thu Aug 23 07:34:58 EDT 2007


Author: akushunin
Date: 2007-08-23 07:34:57 -0400 (Thu, 23 Aug 2007)
New Revision: 2428

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
Log:
RF-668

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	2007-08-23 11:19:18 UTC (rev 2427)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss	2007-08-23 11:34:57 UTC (rev 2428)
@@ -56,7 +56,7 @@
 .calendar_week{
 	border-bottom : 1px solid;
 	border-right : 1px solid;
-	background-color : #f5f5f5;  /*unknown parameter - need to add*/
+	/* background-color : #f5f5f5;  /*unknown parameter - need to add*/ */
 	vertical-align : middle;
 	text-align : center;
 	width : 25px;
@@ -160,6 +160,7 @@
 
 /* background-color : #f5f5f5;  unknown parameter - need to add*/		
 	<u:selector name=".calendar_week">
+		<u:style name="background" skin="additionalBackgroundColor"/>
 		<u:style name="border-bottom-color" skin="panelBorderColor"/>
 		<u:style name="border-right-color" skin="panelBorderColor"/>
 		<u:style name="font-size" skin="generalSizeFont"/>
@@ -203,10 +204,6 @@
 	<u:selector name=".calendar_hover">
 		<u:style name="background-color" value="#f3f3f3"/> /*unknown parameter - need to add*/
 	</u:selector>
-
-	<u:selector name=".calendar_current.calendar_hover">
-		<u:style name="color" value="#ff7800"/> /*unknown parameter - need to add*/
-	</u:selector>
 	
 	<u:selector name=".calendar_toolfooter">
 		<u:style name="background" skin="additionalBackgroundColor"/>




More information about the richfaces-svn-commits mailing list