You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/04/01 01:15:49 UTC

svn commit: r1087492 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css

Author: hlship
Date: Thu Mar 31 23:15:48 2011
New Revision: 1087492

URL: http://svn.apache.org/viewvc?rev=1087492&view=rev
Log:
TAP5-1491: In Chrome the buttons in the Palette component do not appear greyed-out when disabled

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css?rev=1087492&r1=1087491&r2=1087492&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css Thu Mar 31 23:15:48 2011
@@ -353,11 +353,14 @@ DIV.t-palette-controls {
 DIV.t-palette-controls BUTTON {
     display: block;
     margin-bottom: 3px;
+    cursor: pointer;
 }
 
 DIV.t-palette-controls BUTTON[disabled] IMG {
     filter: alpha(opacity = 25);
     -moz-opacity: .25;
+    opacity: .25;
+    cursor: default;
 }
 
 DIV.t-palette-selected {