嗨,我的 GUI 中有一个按钮,我使用 GWT 开发。现在我无法将按钮的角设置为圆角。我尝试使用border-radius,但它根本不会影响我的按钮的外观和感觉。
我在 .html 文件中使用“com.google.gwt.user.theme.clean.Clean”样式表和 MSThemeCompatible。我还提到了http://css3please.com/sit但仍然无法获得预期的结果。
.gwt-Button {
width:5em;
font-size: small;
font-family: Tahoma;
color: blue;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
}
上面是这个按钮的我的类。
任何人都可以向我提出任何有关此问题的建议以及我做错了什么。提前致谢