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

This commit is contained in:
cacaodev
2015-01-28 14:45:35 +01:00
parent a2c0b47908
commit 32a73ad4b9
+2
View File
@@ -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