FAQ/Common-UI-Customizations.md
... ...
@@ -30,12 +30,12 @@ Each adHoc setting corresponds to the below setting under Style Tab
30 30
31 31
|Setting Name|Setting Description|Default Value|
32 32
|:---|:---:|:---:|
33
-|AdHocSettings.DefaultAlternatingItemColor|Alternating Cell Background Color||
34
-|AdHocSettings.DefaultHeaderForegroundColor|Header Value Color||
35
-|AdHocSettings.DefaultItemForegroundColor|Cell Value Color||
36
-|AdHocSettings.DefaultReportBorderColor|Border Color||
37
-|AdHocSettings.DefaultReportHeaderColor|Header Color||
38
-|AdHocSettings.DefaultReportItemColor|Cell Background Color||
33
+|AdHocSettings.DefaultAlternatingItemColor|Alternating Cell Background Color|"Gainsboro"|
34
+|AdHocSettings.DefaultHeaderForegroundColor|Header Value Color|"White"|
35
+|AdHocSettings.DefaultItemForegroundColor|Cell Value Color|"Black"|
36
+|AdHocSettings.DefaultReportBorderColor|Border Color|"White"|
37
+|AdHocSettings.DefaultReportHeaderColor|Header Color|"DarkSlateBlue"|
38
+|AdHocSettings.DefaultReportItemColor|Cell Background Color|"White|
39 39
40 40
## CSS Elements
41 41