Author: amarkhel
Date: 2010-04-06 11:23:49 -0400 (Tue, 06 Apr 2010)
New Revision: 16728
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
Log:
Fix RF-8491
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
===================================================================
---
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2010-04-06
15:20:31 UTC (rev 16727)
+++
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2010-04-06
15:23:49 UTC (rev 16728)
@@ -30,7 +30,7 @@
<f:call name="initButtonLabels" />
<span id="#{clientId}"
class="rich-color-picker-span" x:passThruWithExclusions="value,name,type,id,styleClass,class,style">
- <input readonly="readonly" type="text"
name="#{clientId}" value="#{value}"
size="#{component.attributes['inputSize']}"/>
+ <input class="rich-color-picker-input" readonly="readonly"
type="text" name="#{clientId}" value="#{value}"
size="#{component.attributes['inputSize']}"/>
<jsp:scriptlet><![CDATA[
if(component.getFacet("icon")!=null &&
component.getFacet("icon").isRendered()) {
]]></jsp:scriptlet>
Show replies by date