Changing the varible name aElementColor to aBordercolor.

The computed colors for all the  border style should be based on
the actual 'border-side-color' not the element's color after all.
CSS2 Spec. was wrong.
This commit is contained in:
harishd%netscape.com 1999-01-28 00:29:00 +00:00
Родитель 98a03ea91f
Коммит 804d46de03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ extern "C" NS_GFX_(void) NS_Get3DColors(nscolor aResult[2], nscolor aColor);
// To determin colors based on the background brightness
extern "C" NS_GFX_(void) NS_GetSpecial3DColors(nscolor aResult[2],
nscolor aBackgroundColor,
nscolor aElementColor);
nscolor aBorderColor);
// Special method to brighten a Color and have it shift to white when
// fully saturated.