It does seem to be a Chrome bug.  This simple HTML shows it off -
hover over the button to see the text disappear.

The problem is with the rounded corners.

SUGGESTION: Could we have a theme option to turn off the rounding of
the corners on the buttons?



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; >
<head>
        <title>Hover Round Button Bug</title>

        <style type="text/css">
                button
                {
                        -webkit-border-radius: 4px;
                }
                button:hover
                {
                        background-color:Green;
                }
        </style>
</head>
<body>
        <button>Hover Over Button</button>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to