css - flex : can I completely remove buttons effects?

标签 css apache-flex

如何从 Flex 中的 Button 组件中完全删除按钮效果?

背景、填充和边框都是白色的。但是按钮周围仍然有一个黑色阴影(见下图):

http://dl.dropbox.com/u/72686/button.png

谢谢

Button {

    fillAlphas: 1.0, 1.0, 1.0, 1.0;
    fillColors: #FFFFFF, #FFFFFF;
    themeColor: #FFFFFF;
    borderColor: #FFFFFF;
    cornerRadius: 0;
    paddingTop: 0;
    paddingLeft: 0;
    paddingRight: 0;
    paddingBottom: 0;
    horizontalGap: 0;
    leading: 0;
    fontWeight: normal;
    color: #000000;
    textSelectedColor: #000000;
    textRollOverColor: #000000;
}

最佳答案

皮肤:ClassReference(null) 将不起作用;使用下面的工作

upSkin: ClassReference(null);
overSkin: ClassReference(null);
downSkin: ClassReference(null);
disabledSkin: ClassReference(null);
selectedUpSkin:ClassReference(null);
selectedOverSkin: ClassReference(null);
selectedDownSkin: ClassReference(null);
selectedDisabledSkin: ClassReference(null); 

关于css - flex : can I completely remove buttons effects?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2617067/

相关文章:

html - Chrome DevTools 尺寸与标尺或设备尺寸不匹配

css - 如何使用nextjs更改图像大小

ios - Flex ANE、iOS 和 ARC

apache-flex - 哪个是开发 Flex 应用程序的最佳操作系统(Ubuntu、Windows、Mac ......)平台?

apache-flex - 带有中继器的 Flex ViewStack - 中继器放置在底部

apache-flex - 如何在 ActionScript 类中实现数据绑定(bind)?

css - 响应式设计 : fixed-width right sidebar wont 'float up'

html - 针对特定图像的媒体查询

javascript - 如何识别js注入(inject)的element.style来源?

apache-flex - Flex中的声音持续时间