<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to set the background color for panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55903#M43903</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;when we use this code below&lt;BR /&gt;
        &lt;MODULE layoutpanel="panel_row3_col1_grp1"&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;we will get a panel which appears white in splunk.&lt;BR /&gt;
But i want to set a desired background color for the panel as my wish.&lt;/P&gt;

&lt;P&gt;Please help me out.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2012 09:58:35 GMT</pubDate>
    <dc:creator>madanashok</dc:creator>
    <dc:date>2012-12-06T09:58:35Z</dc:date>
    <item>
      <title>How to set the background color for panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55903#M43903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;when we use this code below&lt;BR /&gt;
        &lt;MODULE layoutpanel="panel_row3_col1_grp1"&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;we will get a panel which appears white in splunk.&lt;BR /&gt;
But i want to set a desired background color for the panel as my wish.&lt;/P&gt;

&lt;P&gt;Please help me out.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 09:58:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55903#M43903</guid>
      <dc:creator>madanashok</dc:creator>
      <dc:date>2012-12-06T09:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the background color for panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55904#M43904</link>
      <description>&lt;P&gt;You can do this by using CSS in your application.css.&lt;/P&gt;

&lt;P&gt;You'll find if you inspect the page with Chrome's Inspector or with Firebug, that there are divs with classes like panel_row1_col1, which you can use in your selector.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55904#M43904</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2020-09-28T12:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the background color for panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55905#M43905</link>
      <description>&lt;P&gt;The actual CSS you need to use in application.css in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/APPNAME/appserver/static/&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;would be something like;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel_row3_col1 .layoutCellInner{
     background-color: #000000;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When using groups Splunk will split a div in half without adding a class, you can use jQuery to add a class name to the group which you can then apply CSS against but I suspect you probably want to colour the whole panel&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 11:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-the-background-color-for-panel/m-p/55905#M43905</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-12-06T11:15:48Z</dc:date>
    </item>
  </channel>
</rss>

