remove borders from image buttons
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a3571587 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a3571587 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a3571587 Branch: refs/heads/develop Commit: a35715874331c5d88958486bf3796bd06c409f14 Parents: 331f37a Author: Alex Harui <[email protected]> Authored: Thu Sep 3 15:43:23 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 3 15:43:23 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/HTML/as/defaults.css | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a3571587/frameworks/projects/HTML/as/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/as/defaults.css b/frameworks/projects/HTML/as/defaults.css index 6c6dcc0..da3cb48 100644 --- a/frameworks/projects/HTML/as/defaults.css +++ b/frameworks/projects/HTML/as/defaults.css @@ -145,6 +145,16 @@ ImageButton border-style: none; } +ImageButton:hover +{ + border-style: none; +} + +ImageButton:active +{ + border-style: none; +} + VContainer { IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
