[richfaces-svn-commits] JBoss Rich Faces SVN: r948 - in trunk/richfaces/panelmenu/src/main: templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 30 13:30:57 EDT 2007


Author: dbiatenia
Date: 2007-05-30 13:30:57 -0400 (Wed, 30 May 2007)
New Revision: 948

Modified:
   trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
   trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
Log:


Modified: trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
===================================================================
--- trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss	2007-05-30 14:15:53 UTC (rev 947)
+++ trunk/richfaces/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss	2007-05-30 17:30:57 UTC (rev 948)
@@ -30,7 +30,6 @@
 		<u:style name="font-size" skin="headerSizeFont"/>
 		<u:style name="color" skin="headerTextColor"/>
 		<u:style name="border-style" value="none"/>
-		<u:style name="border-top-style" value="solid"/>
 		<u:style name="border-color" skin="panelBorderColor"/>
 		<u:style name="background-color" skin="headerBackgroundColor"/>
 		<u:style name="background-image" >
@@ -73,6 +72,12 @@
 			cursor: default;
 			color: #c0c0c0;
 		}
+		.rich-pmenu-disabled-element {
+			cursor: default;
+			color: #c0c0c0;
+		}
+		.rich-pmenu-hovered-element {
+		}
 	</f:verbatim>
 	
 </f:template>
\ No newline at end of file

Modified: trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
===================================================================
--- trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx	2007-05-30 14:15:53 UTC (rev 947)
+++ trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx	2007-05-30 17:30:57 UTC (rev 948)
@@ -25,7 +25,7 @@
             </jsp:scriptlet>
 			<table cellpadding="0" cellspacing="0" border="0" width="100%"
 					id="tablehide#{clientId}"
-					class="rich-pmenu-group dr-pmenu-group #{this:getFullStyleClass( context, component )} #{itemClass}" 
+					class="dr-pmenu-group rich-pmenu-group #{this:getFullStyleClass( context, component )} #{itemClass}" 
 					style="#{this:getFullStyle( context, component )}" >
 					
 				<f:call name="utils.encodeAttributes">




More information about the richfaces-svn-commits mailing list