Bug 401340 - Update Bookmark Bar and Tab bar for 10.5. Patch and images by Philippe Wittenbergh <phiw@l-c-n.com>, r-ish=me, sr=smorgan
git-svn-id: svn://10.0.0.236/branches/CAMINO_2_0_BRANCH@257932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -184,8 +184,8 @@ static const int kBMBarScanningStep = 5;
|
||||
NSColor* startColor;
|
||||
NSColor* endColor;
|
||||
if (isLeopardOrHigher) {
|
||||
startColor = [NSColor colorWithDeviceWhite:(233.0/255.0) alpha:1.0];
|
||||
endColor = [NSColor colorWithDeviceWhite:(207.0/255.0) alpha:1.0];
|
||||
startColor = [NSColor colorWithDeviceWhite:(217.0/255.0) alpha:1.0];
|
||||
endColor = [NSColor colorWithDeviceWhite:(195.0/255.0) alpha:1.0];
|
||||
}
|
||||
else {
|
||||
startColor = [NSColor colorWithDeviceWhite:(235.0/255.0) alpha:1.0];
|
||||
|
||||
Reference in New Issue
Block a user