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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 28 06:59:30 EST 2008


Author: abelevich
Date: 2008-02-28 06:59:30 -0500 (Thu, 28 Feb 2008)
New Revision: 6402

Modified:
   trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
fix styles

Modified: trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss	2008-02-28 11:39:08 UTC (rev 6401)
+++ trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss	2008-02-28 11:59:30 UTC (rev 6402)
@@ -41,6 +41,7 @@
 .rich-inplace-select-field {
 	padding : 0px 0px 0px 0px; 
 	border-width: 1px;
+	border-style: none;
 	margin : 0px; 
 	background-position : center right; 
 	background-repeat : no-repeat;
@@ -157,7 +158,7 @@
 	</u:selector>
 	
 	<u:selector name=".rich-inplace-select-field">
-		<u:style name="background-color" skin="editorBackgroundColor"/>
+		<u:style name="background-color" skin="editBackgroundColor"/>
 		<u:style name="border-color" skin="panelBorderColor"/>
 		<u:style name="background-image">
 			<f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonDown"/>
@@ -182,7 +183,7 @@
 	
 	<u:selector name=".rich-inplace-select-list-decoration">
 		<u:style name="border-color" skin="panelBorderColor"/>
-		<u:style name="background-color" skin="tableBackgroundColor"/>
+		<u:style name="background-color" skin="editBackgroundColor"/>
 	</u:selector>
 	
 	<u:selector name=".rich-inplace-select-font">




More information about the richfaces-svn-commits mailing list