我的任务是构建Web应用程序的前端,我要做的是在Button上应用
CSS3渐变.我正在使用Eclipse和GWT插件,我正在使用GWT插件在Google Chrome中查看UI.
我的问题是GWT似乎删除括号之间的空格,以便:
.gwt-Button { background: -moz-linear-gradient(top,white,#72C6E4 4%,#0C5FA5); background:-webkit-gradient(linear,left top,left bottom,from(white),to(#0C5FA5),color-stop(0.03,#72C6E4));
变为:
.gwt-Button { background: -moz-linear-gradient(top,#72C6E44%,lefttop,lefbottom,#72C6E4));