You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/06/11 15:54:33 UTC

svn commit: r783771 - in /myfaces/tobago/trunk/theme: scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/ speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/

Author: bommel
Date: Thu Jun 11 13:54:33 2009
New Revision: 783771

URL: http://svn.apache.org/viewvc?rev=783771&view=rev
Log:
(TOBAGO-763) selectOnyChoice don't appears readonly (grey)

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=783771&r1=783770&r2=783771&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Jun 11 13:54:33 2009
@@ -621,6 +621,10 @@
   border-color: #ff0000;
 }
 
+.tobago-selectOneChoice-readonly {
+ background-color: #bbccdd;
+}
+
 /* text -------------------------------------------------------------------- */
 
 .tobago-out-default {

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=783771&r1=783770&r2=783771&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Thu Jun 11 13:54:33 2009
@@ -588,6 +588,10 @@
   border: 1px solid #FF0000;
 }
 
+tobago-selectOneChoice-readonly {
+  background-color: #E8E8E8;
+}
+
 /* selectOneRadio --------------------------------------------------------- */
 
 .tobago-selectOneRadio-default  {