From 32a73ad4b9b8d9c1b41aacbb326d407b3985f198 Mon Sep 17 00:00:00 2001 From: cacaodev Date: Wed, 28 Jan 2015 14:45:35 +0100 Subject: [PATCH] FIXED: The text color of a checkbox inside a selected table row was black.\n Now it is white. the text-color values match the CPTextField values for the same theme states --- AppKit/Themes/Aristo2/ThemeDescriptors.j | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppKit/Themes/Aristo2/ThemeDescriptors.j b/AppKit/Themes/Aristo2/ThemeDescriptors.j index 5fea39d42..fe31a04a9 100644 --- a/AppKit/Themes/Aristo2/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo2/ThemeDescriptors.j @@ -1482,6 +1482,8 @@ var themedButtonValues = nil, [@"font", [CPFont systemFontOfSize:CPFontCurrentSystemSize], CPThemeStateNormal], [@"text-color", regularDisabledTextColor, CPThemeStateDisabled], + [@"text-color", [CPColor colorWithCalibratedWhite:51.0 / 255.0 alpha:1.0], CPThemeStateTableDataView], + [@"text-color", [CPColor whiteColor], [CPThemeStateTableDataView, CPThemeStateSelectedDataView, CPThemeStateFirstResponder, CPThemeStateKeyWindow]], [@"image-offset", CPCheckBoxImageOffset], // CPThemeStateControlSizeRegular