- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk cloud dashboard - how to change the background colour and centre the links
dkgs
Communicator
08-17-2020
05:27 AM
Hello
In splunk Cloud, how to change the background color and centre the links.
Please find below the code
<dashboard stylesheet="sample_dashboards.css" theme="dark">
<row>
<panel>
<html>
<style>.btn-primary { margin: 5px 10px 5px 0; }</style>
<p>
<a href="https://xyzabc.com" style="color:white;">BLOCK</a>
</p>
</html>
</panel>
<row>
<panel>
<html>
<style>.btn-primary { margin: 5px 10px 5px 0; }</style>
<p>
<a href="https://xyzabc.com" style="color:white;">BLOCK</a>
</p>
</html>
</panel>
