Author: ilya_shaikovsky
Date: 2011-02-07 09:50:53 -0500 (Mon, 07 Feb 2011)
New Revision: 21514
Modified:
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
http://jira.jboss.org/browse/RF-10427
Modified:
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
===================================================================
---
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2011-02-07
14:34:58 UTC (rev 21513)
+++
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2011-02-07
14:50:53 UTC (rev 21514)
@@ -204,6 +204,12 @@
<u:style name="background-color"
skin="editBackgroundColor"/>
<u:style name="border-color" skin="panelBorderColor"/>
</u:selector>
+
+ <u:selector name=".rich-inplace-select-font">
+ <u:style name="color" skin="generalTextColor"/>
+ <u:style name="font-size" skin="generalSizeFont"/>
+ <u:style name="font-family" skin="generalFamilyFont"/>
+ </u:selector>
<u:selector name=".rich-inplace-select-control">
<u:style name="background-image">
@@ -246,4 +252,4 @@
-</f:template>
\ No newline at end of file
+</f:template>