hi!
i have discovered several strange button behavior.
given a button
<button onAction="button">
</button>
and a css style
button {
layout-data:bld(north);
align:left;
margin:5 5 5 5;
border: 2 2 2 2;
color:white;
bg-image:url(menu_32.64.png);
bg-repeat:1|1;
min-size:32 64;
}
button:hover {
border: 2 2 2 2;
color:black;
}
1. the border color in not displayed
2. hover property dosn execute

