зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1045217 - use gray for tooltips on 10.10, r=mstange
--HG-- extra : rebase_source : e95688f2d42ff09ef120c46baca1e6c2d607f462
This commit is contained in:
Родитель
e50e53b961
Коммит
2d3a06b378
|
@ -2393,7 +2393,11 @@ nsNativeThemeCocoa::DrawWidgetBackground(nsRenderingContext* aContext,
|
|||
break;
|
||||
|
||||
case NS_THEME_TOOLTIP:
|
||||
CGContextSetRGBFillColor(cgContext, 0.996, 1.000, 0.792, 0.950);
|
||||
if (nsCocoaFeatures::OnYosemiteOrLater()) {
|
||||
CGContextSetRGBFillColor(cgContext, 0.945, 0.942, 0.945, 0.950);
|
||||
} else {
|
||||
CGContextSetRGBFillColor(cgContext, 0.996, 1.000, 0.792, 0.950);
|
||||
}
|
||||
CGContextFillRect(cgContext, macRect);
|
||||
break;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче