From 620aa92fb99a79d7ffcd579c71023b86fccbb22b Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Wed, 2 May 2001 10:58:45 +0000 Subject: [PATCH] 14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie git-svn-id: svn://10.0.0.236/trunk@93639 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsStyleConsts.h | 1 + mozilla/layout/base/public/nsStyleConsts.h | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/layout/base/nsStyleConsts.h b/mozilla/layout/base/nsStyleConsts.h index 6b6447284b4..423a0bf2be8 100644 --- a/mozilla/layout/base/nsStyleConsts.h +++ b/mozilla/layout/base/nsStyleConsts.h @@ -177,6 +177,7 @@ // See nsStyleColor #define NS_STYLE_COLOR_TRANSPARENT 0 #define NS_STYLE_COLOR_INVERT 1 +#define NS_STYLE_COLOR_MOZ_USE_TEXT_COLOR 2 // See nsStyleColor #define NS_STYLE_BG_COLOR_TRANSPARENT 0x01 diff --git a/mozilla/layout/base/public/nsStyleConsts.h b/mozilla/layout/base/public/nsStyleConsts.h index 6b6447284b4..423a0bf2be8 100644 --- a/mozilla/layout/base/public/nsStyleConsts.h +++ b/mozilla/layout/base/public/nsStyleConsts.h @@ -177,6 +177,7 @@ // See nsStyleColor #define NS_STYLE_COLOR_TRANSPARENT 0 #define NS_STYLE_COLOR_INVERT 1 +#define NS_STYLE_COLOR_MOZ_USE_TEXT_COLOR 2 // See nsStyleColor #define NS_STYLE_BG_COLOR_TRANSPARENT 0x01