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

This commit is contained in:
uid502
2003-11-01 22:34:59 +00:00
parent e908ca0a70
commit 75fbbaffee
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;
}