Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@148696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
uid502
2003-11-01 22:34:59 +00:00
parent be32fd3a90
commit bdc0f5a1e4
21 changed files with 508 additions and 488 deletions

View File

@@ -450,8 +450,7 @@ nsHTMLButtonControlFrame::Reflow(nsIPresContext* aPresContext,
SetView(view);
// set the opacity
viewMan->SetViewOpacity(view, GetStyleColor()->mOpacity);
viewMan->SetViewOpacity(view, GetStyleDisplay()->mOpacity);
}
mDidInit = PR_TRUE;
}