You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/06/22 11:50:51 UTC

svn commit: r1138366 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: lofwyr
Date: Wed Jun 22 09:50:51 2011
New Revision: 1138366

URL: http://svn.apache.org/viewvc?rev=1138366&view=rev
Log:
TOBAGO-927 Cursor <tc:toolBarCommand>
 - also fixed for toolB box

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

Modified: myfaces/tobago/trunk/tobago-theme/tobago-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/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=1138366&r1=1138365&r2=1138366&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Wed Jun 22 09:50:51 2011
@@ -93,10 +93,12 @@ fieldset.tobago-box {
   margin: 0;
   left: 0;
   top: 0;
+  cursor: pointer;
 }
 
 .tobago-boxToolBar-item-markup-disabled {
   color: #778899;
+  cursor: default;
 }
 
 .tobago-boxToolBar-button, .tobago-boxToolBar-menu {