[seam-commits] Seam SVN: r13355 - branches/enterprise/JBPAPP_5_0/seam-gen/view/stylesheet.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jul 9 08:43:51 EDT 2010
Author: manaRH
Date: 2010-07-09 08:43:51 -0400 (Fri, 09 Jul 2010)
New Revision: 13355
Modified:
branches/enterprise/JBPAPP_5_0/seam-gen/view/stylesheet/theme.xcss
Log:
JBPAPP-4509 - added rich:comboBox styles into theme.xcss
Modified: branches/enterprise/JBPAPP_5_0/seam-gen/view/stylesheet/theme.xcss
===================================================================
--- branches/enterprise/JBPAPP_5_0/seam-gen/view/stylesheet/theme.xcss 2010-07-09 12:29:18 UTC (rev 13354)
+++ branches/enterprise/JBPAPP_5_0/seam-gen/view/stylesheet/theme.xcss 2010-07-09 12:43:51 UTC (rev 13355)
@@ -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