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 2010/10/22 19:06:30 UTC

svn commit: r1026406 - /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: Fri Oct 22 17:06:29 2010
New Revision: 1026406

URL: http://svn.apache.org/viewvc?rev=1026406&view=rev
Log:
TOBAGO-927: Fix cursor of <tc:toolBarCommand>

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=1026406&r1=1026405&r2=1026406&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 Fri Oct 22 17:06:29 2010
@@ -1088,10 +1088,12 @@ div.tobago-tabGroup-toolBar {
   margin: 0;
   left: 0;
   top: 0;
+  cursor: pointer;
 }
 
 .tobago-toolBar-item-markup-disabled {
   color: #778899;
+  cursor: default;
 }
 
 .tobago-toolBar-button, .tobago-toolBar-menu {