I'm updating the CSS for a dashboard I created using Sideview Utils Tables. I'd like to change the color of the header for the Table, however, I'm not sure what the correct parameter is? My thought was .SplunkModule.HTML h2 { ... , however, that doesn't seem to work, and I've also tried .SplunkModule.HTML html h2 { ... . This is the specific code, and I guess worst case I could do inline CSS, but I already have a CSS file that controls background color, etc. that I'm trying to port from the Splunk simple XML panels.
<module name="HTML" layoutPanel="panel_row1_col1">
<param name="html"><![CDATA[<h2>Title</h2>]]></param>
</module>
Thanks.
... View more