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:50:49 UTC

[12/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - Removed the border and background on the NumericStepper.

Removed the border and background on the NumericStepper.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2282ab70
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2282ab70
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2282ab70

Branch: refs/heads/develop
Commit: 2282ab70b722a52bcaf71c21c918d07cd3d8d3fe
Parents: a2c5fb6
Author: Peter Ent <pe...@apache.org>
Authored: Tue Jun 6 11:59:45 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue Jun 6 11:59:45 2017 -0400

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2282ab70/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 7e839d1..880d161 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -415,10 +415,7 @@ NumericStepper
 	IBeadView: ClassReference("org.apache.flex.html.beads.NumericStepperView");
 	
 	padding: 0px;
-	border-style: solid;
-	border-color: #000000;
-	border-width: 1px;
-	background-color: #FFFFFF;
+	border-style: none;
 }
 
 Panel