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 {


Reply via email to