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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 8 10:03:51 EDT 2009


Author: nbelaevski
Date: 2009-04-08 10:03:51 -0400 (Wed, 08 Apr 2009)
New Revision: 13434

Modified:
   trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
Log:
z-index added to rich:colorPicker

Modified: trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss
===================================================================
--- trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-04-08 13:18:56 UTC (rev 13433)
+++ trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/css/colorPicker.xcss	2009-04-08 14:03:51 UTC (rev 13434)
@@ -9,6 +9,7 @@
 	overflow:hidden;
 	position:absolute;
 	width:350px;
+	z-index: 3;
 }
 .rich-colorPicker-ext{
 	border: 1px solid;




More information about the richfaces-svn-commits mailing list