Flex 从切换按钮栏中删除按钮边框
如何删除切换按钮栏按钮的边框,同时保持主题颜色?
我想把样式放在css文件中
how to remove the border of a togglebuttonbar button, with keeping the theme color??
i want to put the style in css file
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该使用以下样式:
You should us the following style:
您应该能够通过创建按钮皮肤来删除按钮上的边框。
拥有该皮肤后,您可以使用 ToggleButtonBar 的 buttonStyleName 样式来修改栏中按钮的样式。另请查看 firstbuttonStyleName< /a> 和 lastButtonStyleName 。
You should be able to remove the border on a button by creating a button skin.
Once you have that skin, you can use the ToggleButtonBar's buttonStyleName style to modify the styling of the buttons in the bar. Also check out firstbuttonStyleName and lastButtonStyleName.