开发者

Styling form elements in an Adobe Air app

开发者 https://www.devze.com 2023-02-15 10:00 出处:网络
Built an Adobe Air app that has HTML forms in it. Apparently, Air has its own way of rendering form elements and disregards my CSS. Is there any elegant solution for开发者_C百科 this?Yes, all you need

Built an Adobe Air app that has HTML forms in it. Apparently, Air has its own way of rendering form elements and disregards my CSS. Is there any elegant solution for开发者_C百科 this?


Yes, all you need to do is create a stylesheet that has the following property applied to the form elements that you want to override the (hideous) default AIR styles for:

-webkit-appearance: none;
0

精彩评论

暂无评论...
验证码 换一张
取 消