Bug 351108: Tooltips in OS X need to not be banana-yellow; p=<stefanh@bluebottle.com>, r=josh, sr=pinkerton - "too....much....free....time..."

git-svn-id: svn://10.0.0.236/trunk@216605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mnyromyr%tprac.de
2006-12-06 22:19:45 +00:00
parent 4f512d8fda
commit 4d4efea460

View File

@@ -427,7 +427,7 @@ nsNativeThemeCocoa::DrawWidgetBackground(nsIRenderingContext* aContext, nsIFrame
break;
case NS_THEME_TOOLTIP:
CGContextSetRGBFillColor (cgContext, 1.0, 1.0, 0.69, 1.0);
CGContextSetRGBFillColor (cgContext, 1.0, 1.0, 0.78, 1.0);
CGContextFillRect (cgContext, macRect);
break;