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 2007/01/15 20:52:53 UTC

svn commit: r496454 - 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: Mon Jan 15 11:52:53 2007
New Revision: 496454

URL: http://svn.apache.org/viewvc?view=rev&rev=496454
Log:
fixed cursor style for disabled buttons

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?view=diff&rev=496454&r1=496453&r2=496454
==============================================================================
--- 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 Mon Jan 15 11:52:53 2007
@@ -234,6 +234,7 @@
   padding-right: 0.2em;
   background: #bbccdd;
   font-weight: normal;
+  cursor: pointer;
 }
 
 .tobago-button-disabled {
@@ -621,6 +622,12 @@
 .tobago-textArea-disabled  {
   color: #778899;
   background: #bbccdd;
+}
+
+.tobago-textArea-required {
+   background-image: url( "../image/required.gif" );
+   background-position: 3px 3px;
+   background-repeat: no-repeat;
 }
 
 .tobago-textArea-error  {

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?view=diff&rev=496454&r1=496453&r2=496454
==============================================================================
--- 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 Mon Jan 15 11:52:53 2007
@@ -258,8 +258,7 @@
   background: #ffffff;
   font: bold 12px arial, helvetica, sans-serif;
   color: #660000;
-  height: 20px;
-  cursor: pointer;
+  height: 20px;  
 }
 
 .tobago-button-disabled {