[seam-commits] Seam SVN: r13323 - branches/community/Seam_2_2/seam-gen/view/stylesheet.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 30 07:04:09 EDT 2010


Author: manaRH
Date: 2010-06-30 07:04:08 -0400 (Wed, 30 Jun 2010)
New Revision: 13323

Modified:
   branches/community/Seam_2_2/seam-gen/view/stylesheet/theme.xcss
Log:
JBSEAM-4444 - added richfaces styles to theme.xcss

Modified: branches/community/Seam_2_2/seam-gen/view/stylesheet/theme.xcss
===================================================================
--- branches/community/Seam_2_2/seam-gen/view/stylesheet/theme.xcss	2010-06-29 19:45:10 UTC (rev 13322)
+++ branches/community/Seam_2_2/seam-gen/view/stylesheet/theme.xcss	2010-06-30 11:04:08 UTC (rev 13323)
@@ -16,7 +16,7 @@
 	<u:selector name="a:hover">
 		<u:style name="color" skin="hoverLinkColor"/>
 	</u:selector>
-	<u:selector name="input[type=text]:not([class*=rich-combobox-button]), input[type=password], textarea, select">
+	<u:selector name="input[type=text], input[type=password], textarea, select">
 		<u:style name="background-color" skin="controlBackgroundColor"/>
 		<u:style name="color" skin="controlTextColor"/>
 		<u:style name="background-position" value="left top"/>
@@ -77,6 +77,34 @@
 	<u:selector name=".rich-table-subheadercell a:hover">
 		<u:style name="color" skin="calendarHolidaysTextColor"/>
 	</u:selector>
+	<!-- Richfaces styles -->
+	<u:selector name="input[type=text][class*=rich-combobox-button-icon]">
+        <u:style name="background-image">
+            <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxArrowImage" />
+        </u:style>    
+        <u:style name="background-color" value="transparent"/>
+    </u:selector>    
+    
+    <u:selector name="input[type=text][class~=rich-combobox-button-icon-disabled]">
+        <u:style name="background-image">
+            <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable" />
+        </u:style>
+        <u:style name="background-color" value="transparent"/>
+    </u:selector>
+    
+    <u:selector name="input[type=text][class*=rich-combobox-button-background]">
+        <u:style name="background-image">
+            <f:resource f:key="org.richfaces.renderkit.html.images.SpinnerButtonGradient"/>
+        </u:style>
+        <u:style name="background-color" skin="tabBackgroundColor"/>
+    </u:selector>    
+    
+    <u:selector name="input[type=text][class~=rich-combobox-button-pressed-background]">
+        <u:style name="background-image">
+            <f:resource f:key="org.richfaces.renderkit.html.images.ComboBoxButtonPressGradient"/>
+        </u:style>
+        <u:style name="background-color" skin="tabBackgroundColor"/>
+    </u:selector>
 	<!-- Define static styles in the CDATA block below (you can also move this block to the top) -->
 	<f:verbatim><![CDATA[
 ]]></f:verbatim>



More information about the seam-commits mailing list