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/05 07:40:00 UTC

[5/7] git commit: [flex-asjs] [refs/heads/develop] - don't inherit background, just be transparent

don't inherit background, just be transparent


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

Branch: refs/heads/develop
Commit: 98b82580904b07ed0915e1f7f6b7450fd3d92458
Parents: d1e0bc3
Author: Alex Harui <ah...@apache.org>
Authored: Fri Sep 4 22:30:45 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Sep 4 22:30:45 2015 -0700

----------------------------------------------------------------------
 .../org/apache/flex/html/supportClasses/ContainerContentArea.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/98b82580/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/ContainerContentArea.js
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/ContainerContentArea.js b/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/ContainerContentArea.js
index ffd190c..011b73c 100644
--- a/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/ContainerContentArea.js
+++ b/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/ContainerContentArea.js
@@ -55,7 +55,7 @@ org.apache.flex.html.supportClasses.ContainerContentArea.prototype.createElement
   // get set to 'absolute' if the container is
   // also absolutely positioned
   this.positioner.style.position = 'relative';
-  this.positioner.style.backgroundColor = 'inherit';
+  this.positioner.style.backgroundColor = 'transparent';
   this.positioner.style.paddingLeft = 'inherit';
   this.positioner.style.paddingRight = 'inherit';
   this.positioner.style.paddingTop = 'inherit';