Repository: flex-asjs Updated Branches: refs/heads/tlf 1907015f8 -> 22a1145a5
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/tlf Commit: 2282ab70b722a52bcaf71c21c918d07cd3d8d3fe Parents: a2c5fb6 Author: Peter Ent <[email protected]> Authored: Tue Jun 6 11:59:45 2017 -0400 Committer: Peter Ent <[email protected]> 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
