You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/12/04 16:26:53 UTC

svn commit: r723350 - /myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Author: matzew
Date: Thu Dec  4 07:26:52 2008
New Revision: 723350

URL: http://svn.apache.org/viewvc?rev=723350&view=rev
Log:
TRINIDAD-747 - selectBoolean components' text is unstyled

Thx to Vimal Kumar Gupta for the patch

Modified:
    myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Modified: myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss?rev=723350&r1=723349&r2=723350&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss (original)
+++ myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss Thu Dec  4 07:26:52 2008
@@ -838,6 +838,12 @@
   <style selector="af|inputListOfValues::content">
     <includeStyle name="AFFormControlContent"/>
   </style>  
+  <style selector="af|selectBooleanRadio::content">
+    <includeStyle name="AFFormControlContent"/>
+  </style>
+  <style selector="af|selectBooleanCheckbox::content">
+    <includeStyle name="AFFormControlContent"/>
+  </style>
   <style selector="af|selectManyCheckbox::content">
     <includeStyle name="AFFormControlContent"/>
   </style>