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 2012/02/14 15:54:11 UTC

svn commit: r1243971 - /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: Tue Feb 14 14:54:11 2012
New Revision: 1243971

URL: http://svn.apache.org/viewvc?rev=1243971&view=rev
Log:
fix disabled style for tree

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=1243971&r1=1243970&r2=1243971&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 Tue Feb 14 14:54:11 2012
@@ -1452,7 +1452,9 @@ div.tobago-richTextEditor-body {
   text-decoration: none;
 }
 
-.tobago-treeNode-disabled a, .tobago-treeNode-disabled a:hover {
+.tobago-treeNode-markup-disabled span {
+  margin-left: 3px;
+  padding: 1px 2px 1px 2px;
   color: #888888;
   text-decoration: none;
   cursor: default;