- restore ButtonFace and ThreeDFace to their previous values for non-Mac
platforms. The Mac port also uses the same values for now instead
of NSColor-based ones.
* rendering/RenderTheme.cpp:
(WebCore::RenderTheme::systemColor):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28827
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-17 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Maciej Stachowiak.
+
+ - restore ButtonFace and ThreeDFace to their previous values for non-Mac
+ platforms. The Mac port also uses the same values for now instead
+ of NSColor-based ones.
+
+ * rendering/RenderTheme.cpp:
+ (WebCore::RenderTheme::systemColor):
+
2007-12-17 Rodney Dawes <dobey@wayofthemonkey.com>
Reviewed by Maciej Stachowiak.
case CSS_VAL_BACKGROUND:
return 0xFF6363CE;
case CSS_VAL_BUTTONFACE:
- return 0xFFECECEC;
+ return 0xFFC0C0C0;
case CSS_VAL_BUTTONHIGHLIGHT:
return 0xFFDDDDDD;
case CSS_VAL_BUTTONSHADOW:
case CSS_VAL_THREEDDARKSHADOW:
return 0xFF666666;
case CSS_VAL_THREEDFACE:
- return 0xFFECECEC;
+ return 0xFFC0C0C0;
case CSS_VAL_THREEDHIGHLIGHT:
return 0xFFDDDDDD;
case CSS_VAL_THREEDLIGHTSHADOW: