зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
98a03ea91f
Коммит
804d46de03
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче