<?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 Re: Help on background color in css in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401271#M42285</link>
    <description>&lt;P&gt;please accept.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2019 08:29:53 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2019-04-08T08:29:53Z</dc:date>
    <item>
      <title>Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401265#M42279</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;I added the code below in my xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;row&amp;gt;
        &amp;lt;panel &amp;gt;
          &amp;lt;html&amp;gt;
            &amp;lt;div class="z"&amp;gt;tototututatatitidiv&amp;lt;/div&amp;gt;
          &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
      &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I try to add a background color to my div tag like this but it just color the background behind the text instead the plenty background&lt;BR /&gt;
what I have to do please??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     .z {background: #848484 !important;
                 }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 07:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401265#M42279</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-04-08T07:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401266#M42280</link>
      <description>&lt;P&gt;Are you want to give background color only for text not complete div?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 07:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401266#M42280</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-08T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401267#M42281</link>
      <description>&lt;P&gt;if that is the case try with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;style&amp;gt;
         .z {
         background: #848484 !important;
         display:inline;

            }
      &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 07:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401267#M42281</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-08T07:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401268#M42282</link>
      <description>&lt;P&gt;no I want complete div please&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401268#M42282</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-04-08T08:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401269#M42283</link>
      <description>&lt;P&gt;Try like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;style&amp;gt;
         .z {
         background-color:#848484 !important;

            }
      &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401269#M42283</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-08T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401270#M42284</link>
      <description>&lt;P&gt;perfect thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401270#M42284</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-04-08T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help on background color in css</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401271#M42285</link>
      <description>&lt;P&gt;please accept.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:29:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-on-background-color-in-css/m-p/401271#M42285</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-08T08:29:53Z</dc:date>
    </item>
  </channel>
</rss>

