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 2017/06/26 17:51:04 UTC

[27/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - FLEX-35322 Basic: fixed jumping icons in NumericStepper spinner buttons

FLEX-35322 Basic: fixed jumping icons in NumericStepper spinner 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/f81ae0bf
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f81ae0bf
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f81ae0bf

Branch: refs/heads/develop
Commit: f81ae0bf130227719db353561a512510ddfc6b76
Parents: 908477e
Author: Josh Tynjala <jo...@apache.org>
Authored: Thu Jun 8 09:49:08 2017 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Thu Jun 8 09:49:08 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f81ae0bf/frameworks/projects/Basic/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index e236e38..531180f 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -483,6 +483,13 @@ Spinner
 	font-size: 6px;
 }
 
+.SpinnerButton:hover
+{
+	padding: 0;
+	margin: 0;
+	font-size: 6px;
+}
+
 StringItemRenderer
 {
 	IBeadController: ClassReference("org.apache.flex.html.beads.controllers.ItemRendererMouseController");