From 0645da53f77955736a4b4c7a073fcc9605dcfc1e Mon Sep 17 00:00:00 2001 From: "mrossetti@chromium.org" Date: Fri, 2 Apr 2010 19:36:20 +0000 Subject: Remove the themeing from the folder menu background, text in the folder menu items, and no longer needed calls. Changed the menu button stroke color to a lighter shade of black. Did a bit of refactoring of how bookmark buttons are created. BUG=39428 TEST=Pop up a folder menu and insure that the background does not adopt any theme settings. Review URL: http://codereview.chromium.org/1589005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43511 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/gradient_button_cell.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/cocoa/gradient_button_cell.mm') diff --git a/chrome/browser/cocoa/gradient_button_cell.mm b/chrome/browser/cocoa/gradient_button_cell.mm index 2ec70ba..002116d 100644 --- a/chrome/browser/cocoa/gradient_button_cell.mm +++ b/chrome/browser/cocoa/gradient_button_cell.mm @@ -276,7 +276,7 @@ static const NSTimeInterval kAnimationHideDuration = 0.4; strokeColor = themeProvider ? themeProvider->GetNSColor( active ? BrowserThemeProvider::COLOR_TOOLBAR_BUTTON_STROKE : BrowserThemeProvider::COLOR_TOOLBAR_BUTTON_STROKE_INACTIVE, - true) : [NSColor blackColor]; + true) : [NSColor colorWithCalibratedWhite:0.0 alpha:0.6]; } [strokeColor setStroke]; -- cgit v1.1