<?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 panel background color in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583096#M11374</link>
    <description>&lt;P&gt;OK thanks&lt;/P&gt;&lt;P&gt;Other questions&lt;/P&gt;&lt;P&gt;1) Could you confirm me that I have to put &amp;lt;style&amp;gt; tags like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
         &amp;lt;style&amp;gt;
  &amp;lt;/row&amp;gt;
     &amp;lt;/panel&amp;gt;
       &amp;lt;/html&amp;gt;
         &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;2) What I have to do if i want to call the code below many times in my dashboard because if I reuse id=panel1 Splunk tell me "duplicate id"&lt;/P&gt;&lt;P&gt;[id="panel1"] .dashboard-panel {&lt;BR /&gt;background:white !important;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 15:12:30 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-01-31T15:12:30Z</dc:date>
    <item>
      <title>help on panel background color</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583048#M11368</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;why my background color property dont works while the font size property works?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          &amp;lt;b&amp;gt;
        &amp;lt;font size="4" face="verdana" color="blue" background-color="white"&amp;gt;
            &amp;lt;center&amp;gt;   
            &amp;lt;/center&amp;gt;
        &amp;lt;/font&amp;gt;
        &amp;lt;/b&amp;gt; &amp;lt;/style&amp;gt;
       &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 06:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583048#M11368</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-31T06:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: help on panel background color</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583064#M11370</link>
      <description>&lt;P&gt;The style does not look like it is using the correct syntax.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;style&amp;gt;
          div[id="panel_id"]
          {
            background:white !important;
          }
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 31 Jan 2022 09:14:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583064#M11370</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-31T09:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: help on panel background color</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583096#M11374</link>
      <description>&lt;P&gt;OK thanks&lt;/P&gt;&lt;P&gt;Other questions&lt;/P&gt;&lt;P&gt;1) Could you confirm me that I have to put &amp;lt;style&amp;gt; tags like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
         &amp;lt;style&amp;gt;
  &amp;lt;/row&amp;gt;
     &amp;lt;/panel&amp;gt;
       &amp;lt;/html&amp;gt;
         &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;2) What I have to do if i want to call the code below many times in my dashboard because if I reuse id=panel1 Splunk tell me "duplicate id"&lt;/P&gt;&lt;P&gt;[id="panel1"] .dashboard-panel {&lt;BR /&gt;background:white !important;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:12:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583096#M11374</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-31T15:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: help on panel background color</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583098#M11375</link>
      <description>&lt;P&gt;XML is hierarchical so you have to close the current tag before closing the next tag outwards and so on&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
         &amp;lt;style&amp;gt;
         &amp;lt;/style&amp;gt;
       &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Id's have to be unique, but the selector in the style can be partial e.g. ids beginning with white or yellow (these could be anything and don't have to be related to the style being applied).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;style&amp;gt;
          div[id^="white_panel_"]
          {
            background:white !important;
          }
          div[id^="yellow_panel_"]
          {
            background:yellow !important;
          }
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/help-on-panel-background-color/m-p/583098#M11375</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-31T15:28:14Z</dc:date>
    </item>
  </channel>
</rss>

