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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user