зеркало из https://github.com/mozilla/pjs.git
Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben.
This commit is contained in:
Родитель
584fb1ac9b
Коммит
671595076f
|
@ -171,7 +171,7 @@ NS_IMETHODIMP nsLookAndFeel::GetColor(const nsColorID aID, nscolor &aColor)
|
|||
case eColor_buttonshadow:
|
||||
case eColor_threeddarkshadow:
|
||||
case eColor_threedshadow: // i think these should be the same
|
||||
aColor = GDK_COLOR_TO_NS_RGB(mStyle->dark[GTK_STATE_NORMAL]);
|
||||
aColor = GDK_COLOR_TO_NS_RGB(mStyle->black);
|
||||
break;
|
||||
|
||||
case eColor_threedlightshadow:
|
||||
|
|
Загрузка…
Ссылка в новой задаче