[richfaces-svn-commits] JBoss Rich Faces SVN: r5759 - trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 1 06:37:24 EST 2008
Author: abelevich
Date: 2008-02-01 06:37:24 -0500 (Fri, 01 Feb 2008)
New Revision: 5759
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
Log:
set another font size for inactive input
Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-01 10:16:32 UTC (rev 5758)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss 2008-02-01 11:37:24 UTC (rev 5759)
@@ -314,7 +314,7 @@
<u:selector name=".rich-combobox-font-inactive">
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
- <u:style name="color" skin="tableBorderColor"/>
+ <u:style name="color" skin="generalTextColor"/>
</u:selector>
<u:selector name=".rich-combobox-input">
More information about the richfaces-svn-commits
mailing list