You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/09/04 03:25:05 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - remove borders from image buttons

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 <ah...@apache.org>
Authored: Thu Sep 3 15:43:23 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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");