<?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: How do I apply my custom CSS to each page I select from my custom navbar in an app? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153743#M9421</link>
    <description>&lt;P&gt;What are your other selectors?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 15:00:47 GMT</pubDate>
    <dc:creator>MichaelPriest</dc:creator>
    <dc:date>2015-06-11T15:00:47Z</dc:date>
    <item>
      <title>How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153737#M9415</link>
      <description>&lt;P&gt;So I created an app with a custom navbar. I added the dashboard.css and application.css to the app, and works fine for all the elements in my navbar. The problem is, if I choose the "basic" item from the navbar, like Search, Pivot, Dashboards, .. etc, the CSS is not applied, and the design is reverted to the default splunk design.&lt;/P&gt;

&lt;P&gt;How can I fix this ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:15:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153737#M9415</guid>
      <dc:creator>szabados</dc:creator>
      <dc:date>2015-06-11T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153738#M9416</link>
      <description>&lt;P&gt;So you have custom CSS which has added on some more links across the top next to the usual ones?&lt;BR /&gt;
e.g. &lt;BR /&gt;
Search, Alert, Report, Dashboard, customlink1, customlink2&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 13:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153738#M9416</guid>
      <dc:creator>MichaelPriest</dc:creator>
      <dc:date>2015-06-11T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153739#M9417</link>
      <description>&lt;P&gt;Yes, actually the usual ones are in a dropdown, and there are some custom ones. The CSS works with all the custom ones, but not with the usuals&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 13:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153739#M9417</guid>
      <dc:creator>szabados</dc:creator>
      <dc:date>2015-06-11T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153740#M9418</link>
      <description>&lt;P&gt;Have you tried using the User Navigation within Splunk?&lt;/P&gt;

&lt;P&gt;If not this can achieve want you want to, have a look here and download the pdf:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/BuildNavigation"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/BuildNavigation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You will have something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;nav  search_view="search" color="#FF0000"&amp;gt;
      &amp;lt;view name="search" default='true' /&amp;gt;
      &amp;lt;collection label="Default"&amp;gt;
        &amp;lt;view name="dashboards" /&amp;gt;
       &amp;lt;view name="alerts" /&amp;gt;
       &amp;lt;view name="reports" /&amp;gt;
      &amp;lt;/collection&amp;gt;
        &amp;lt;view name="link1"/&amp;gt;
        &amp;lt;view name="link2" /&amp;gt;
        &amp;lt;view name="lin3" /&amp;gt;
    &amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153740#M9418</guid>
      <dc:creator>MichaelPriest</dc:creator>
      <dc:date>2015-06-11T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153741#M9419</link>
      <description>&lt;P&gt;This is just the color of the navbar, but in my CSS I'm using several other selectors as well.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 14:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153741#M9419</guid>
      <dc:creator>szabados</dc:creator>
      <dc:date>2015-06-11T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153742#M9420</link>
      <description>&lt;P&gt;it's not just the colour it also sets out the menu items, and the sub menu's, it will work without the colour:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav  search_view="search"&amp;gt;
       &amp;lt;view name="search" default='true' /&amp;gt;
       &amp;lt;collection label="Default"&amp;gt;
         &amp;lt;view name="dashboards" /&amp;gt;
        &amp;lt;view name="alerts" /&amp;gt;
        &amp;lt;view name="reports" /&amp;gt;
       &amp;lt;/collection label="Custom"&amp;gt;
         &amp;lt;view name="link1"/&amp;gt;
         &amp;lt;view name="link2" /&amp;gt;
         &amp;lt;view name="lin3" /&amp;gt;
     &amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153742#M9420</guid>
      <dc:creator>MichaelPriest</dc:creator>
      <dc:date>2015-06-11T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I apply my custom CSS to each page I select from my custom navbar in an app?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153743#M9421</link>
      <description>&lt;P&gt;What are your other selectors?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-apply-my-custom-CSS-to-each-page-I-select-from-my/m-p/153743#M9421</guid>
      <dc:creator>MichaelPriest</dc:creator>
      <dc:date>2015-06-11T15:00:47Z</dc:date>
    </item>
  </channel>
</rss>

