[richfaces-svn-commits] JBoss Rich Faces SVN: r1208 - trunk/sandbox/panelmenu/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 18 08:45:26 EDT 2007


Author: sergeyhalipov
Date: 2007-06-18 08:45:26 -0400 (Mon, 18 Jun 2007)
New Revision: 1208

Modified:
   trunk/sandbox/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
Log:
Fix some colors in panel-menu css.

Modified: trunk/sandbox/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
===================================================================
--- trunk/sandbox/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss	2007-06-18 11:35:38 UTC (rev 1207)
+++ trunk/sandbox/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss	2007-06-18 12:45:26 UTC (rev 1208)
@@ -21,9 +21,6 @@
 		}
 		
 		.dr-pmenu-item {
-			height: 20px;
-			background-repeat: repeat-x;
-			background-position: left top;
 			border-top: 1px solid;
 			cursor: pointer;
 			padding: 2px 1px 1px;
@@ -45,7 +42,7 @@
 	
 	<u:selector name=".dr-pmenu-top-group">
 		<u:style name="font-weight" skin="headerWeightFont"/>
-		<u:style name="font-family" skin="headerFamilyFont"/>
+		<u:style name="font-family" skin="generalFamilyFont"/>
 		<u:style name="font-size" skin="headerSizeFont"/>
 		<u:style name="color" skin="headerTextColor"/>
 		<u:style name="background-color" skin="headerBackgroundColor"/>
@@ -67,19 +64,19 @@
 		<u:style name="font-weight" skin="generalWeightFont"/>
 		<u:style name="font-size" skin="generalSizeFont"/>
 		<u:style name="color" skin="generalTextColor"/>
-		<u:style name="border-top-color" skin="tableBorderColor"/>
+		<u:style name="border-top-color" skin="panelBorderColor"/>
 	</u:selector>
 
 	<u:selector name=".dr-pmenu-group-div" >
-		<u:style name="border-color" skin="tableBorderColor"/>
+		<u:style name="border-color" skin="panelBorderColor"/>
 	</u:selector>
 	
 	<u:selector name=".dr-pmenu-disabled-element" >
-		<u:style name="color" skin="tabDisabledTextColor"/>
+		<u:style name="color" skin="panelBorderColor"/>
 	</u:selector>
 	
 	<u:selector name=".dr-pmenu-hovered-element" >
-		<u:style name="background-color" skin="tabDisabledTextColor"/>
+		<u:style name="background-color" skin="additionalBackgroundColor"/>
 	</u:selector>
 	
 	<f:verbatim>




More information about the richfaces-svn-commits mailing list