Author: abelevich
Date: 2008-02-13 12:47:33 -0500 (Wed, 13 Feb 2008)
New Revision: 6067
Modified:
trunk/ui/combobox/src/main/config/resources/resource-config.xml
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
trunk/ui/combobox/src/main/templates/combobox.jspx
Log:
changes for new shadow image
Modified: trunk/ui/combobox/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/ui/combobox/src/main/config/resources/resource-config.xml 2008-02-13 17:46:02
UTC (rev 6066)
+++ trunk/ui/combobox/src/main/config/resources/resource-config.xml 2008-02-13 17:47:33
UTC (rev 6067)
@@ -15,9 +15,4 @@
<resource
class="org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable">
<name>org.richfaces.renderkit.html.images.ComboBoxArrowImageDisable</name>
</resource>
- <resource
class="org.richfaces.renderkit.html.images.ComboBoxListShadow">
- <name>org.richfaces.renderkit.html.images.ComboBoxListShadow</name>
- </resource>
-
-
</resource-config>
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
---
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-13
17:46:02 UTC (rev 6066)
+++
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-13
17:47:33 UTC (rev 6067)
@@ -220,25 +220,25 @@
<u:selector name=".rich-combobox-shadow-tl">
<u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
+ <f:resource
f:key="/org/richfaces/renderkit/html/images/bg_shadow.png"/>
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-tr">
<u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
+ <f:resource
f:key="/org/richfaces/renderkit/html/images/bg_shadow.png"/>
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-bl">
<u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
+ <f:resource
f:key="/org/richfaces/renderkit/html/images/bg_shadow.png"/>
</u:style>
</u:selector>
<u:selector name=".rich-combobox-shadow-br">
<u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.ComboBoxListShadow" />
+ <f:resource
f:key="/org/richfaces/renderkit/html/images/bg_shadow.png"/>
</u:style>
</u:selector>
Modified: trunk/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/ui/combobox/src/main/templates/combobox.jspx 2008-02-13 17:46:02 UTC (rev 6066)
+++ trunk/ui/combobox/src/main/templates/combobox.jspx 2008-02-13 17:47:33 UTC (rev 6067)
@@ -191,7 +191,7 @@
]]>
</jsp:scriptlet>
<f:resource var="spacer" name="images/spacer.gif"/>
-<f:resource
name="org.richfaces.renderkit.html.images.ComboBoxListShadow"/>
+
<div id="control#{clientId}" class="rich-combobox-font rich-combobox
#{styleClass}" style="width:#{listWidth};#{style}"
x:passThruWithExclusions="value,name,type,id,styleClass,class,style,size,autocomplete,disabled,onchange">
<input id="comboboxValue#{clientId}"
name="comboboxValue#{clientId}" type="hidden"/>
Show replies by date