<?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 external css sheet in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584511#M11531</link>
    <description>&lt;P&gt;the path is&amp;nbsp;etc/apps/MyApp/appserver/static/timepicker.css&lt;/P&gt;&lt;P&gt;If I inspect the page, it opens the css stylesheet correctly&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 11:02:19 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-02-10T11:02:19Z</dc:date>
    <item>
      <title>Why does this CSS code work when it's put directly in a dashboard but not with an external sheet?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584212#M11517</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;The CSS code below works when I put it directly in my dashboard but not with an external sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;panel depends="$visible$"&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;style&amp;gt;
div[data-test-panel-id^='relative'],
div[data-test-panel-id^='realTime'],
div[data-test-panel-id^='date'],
div[data-test-panel-id^='dateTime'],
div[data-test-column-id^='past'],
div[data-test-panel-id^='advanced'],
div[data-test^='real-time-column']
{
display: none;
}
&amp;lt;/style&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I call the sheet like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;form stylesheet="time.css"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is wrong please?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 01:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584212#M11517</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-10T01:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: help on external css sheet</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584222#M11518</link>
      <description>&lt;P&gt;Where have you stored the external stylesheet?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 08:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584222#M11518</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-09T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: help on external css sheet</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584225#M11519</link>
      <description>&lt;P&gt;in appserver&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:00:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584225#M11519</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-09T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: help on external css sheet</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584505#M11529</link>
      <description>&lt;P&gt;have you an idea please?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 10:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584505#M11529</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-10T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: help on external css sheet</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584507#M11530</link>
      <description>&lt;P&gt;What path in appserver is the file stored?&lt;/P&gt;&lt;P&gt;If you inspect the page, are there any indications that it can't find the stylesheet?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 10:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584507#M11530</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-10T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: help on external css sheet</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584511#M11531</link>
      <description>&lt;P&gt;the path is&amp;nbsp;etc/apps/MyApp/appserver/static/timepicker.css&lt;/P&gt;&lt;P&gt;If I inspect the page, it opens the css stylesheet correctly&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 11:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/584511#M11531</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-10T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this CSS code work when it's put directly in a dashboard but not with an external sheet?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/585063#M11575</link>
      <description>&lt;P&gt;is anybody can help please?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 06:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-does-this-CSS-code-work-when-it-s-put-directly-in-a/m-p/585063#M11575</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-02-15T06:09:37Z</dc:date>
    </item>
  </channel>
</rss>

