Before our company's latest Splunk upgrade I was able to incorporate CSS code in my dashboards in the following way:
<form>
<row depends="$alwaysHideHTMLStyle$">
<panel>
<html>
<style>
[ CSS code goes here ]
</style>
</html>
</panel>
</row>
<form>
However, after the upgrade, this piece of code doesn't seem to have any effect and I am unable to customize styling.
Our current Splunk version:
Splunk Enterprise
Version: 7.3.3
... View more