<?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: Remove mouse over from panel in the 6.3.1 update in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258419#M16250</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;Every Splunk-App loads a CSS-File called dashboard.css per se, edit or create this file in your App-Directory:&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/$APPNAME/appserver/static&lt;BR /&gt;
(leading to a file: $SPLUNK_HOME/etc/apps/$APPNAME/appserver/static/dashboard.css )&lt;BR /&gt;
with the following content:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel-footer {
    height: 26px !important;
    overflow: visible !important;
    padding: 0 0 0 0 !important;
    border: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or without changing background-color:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel-footer {
    height: 26px !important;
    overflow: visible !important;
    padding: 0 0 0 0 !important;
    border: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    background-color: transparent !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is App-specific, though. Just copy/edit the file in every App and it should work.&lt;BR /&gt;
Put the code at the end of an existing CSS-file, so it 'overwrites' the CSS class of that file, if its used there before (for example: the great Website-Monitoring-App ( &lt;A href="https://splunkbase.splunk.com/app/1493/" target="_blank"&gt;https://splunkbase.splunk.com/app/1493/&lt;/A&gt; ) uses '.panel-footer', put it at the end of the dashboard.css of that App and 'it works' ;).&lt;/P&gt;

&lt;P&gt;This interferes or could interfere with &lt;CODE&gt;link.visible/*/*='false/true'&lt;/CODE&gt;, see: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There are other ways to include your own CSS or JS in a SimpleXML-Dashboard, have a look here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/CustomizeSimpleXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/CustomizeSimpleXML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What the CSS does:&lt;BR /&gt;
Using the &lt;CODE&gt;!important&lt;/CODE&gt;-rule 'overwrites' the Splunk-CSS-rules.&lt;/P&gt;

&lt;P&gt;You must restart SPLUNKWEB after editing this file.&lt;/P&gt;

&lt;P&gt;This works for Splunk 6.4.0 but could change in future releases, if Splunk changes CSS-classname or id, etc.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;CaBa2000&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:22:24 GMT</pubDate>
    <dc:creator>CaBa2000</dc:creator>
    <dc:date>2020-09-29T09:22:24Z</dc:date>
    <item>
      <title>Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258415#M16246</link>
      <description>&lt;P&gt;How I can get back the design before the Splunk 6.3.1 update?&lt;/P&gt;

&lt;P&gt;Now my panels have a mouse over that shows info in the worst place ever (lol).&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/862i19CE07BB5E91D0CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/863i47FE135C8C8379DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:58:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258415#M16246</guid>
      <dc:creator>felipesewaybric</dc:creator>
      <dc:date>2015-11-30T16:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258416#M16247</link>
      <description>&lt;P&gt;I would open a support case on this.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 14:16:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258416#M16247</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-12-01T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258417#M16248</link>
      <description>&lt;P&gt;The mouse over in v6.3.1 is extremely annoying!! Most of time it block the part of chart I would like to see. Can't they just move it 1 inch above or make it transparent? The worst UI update in v6.3.1..&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:15:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258417#M16248</guid>
      <dc:creator>fyang13</dc:creator>
      <dc:date>2015-12-11T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258418#M16249</link>
      <description>&lt;P&gt;Hi @felipesewaybricker,&lt;BR /&gt;
I've run your question by our engineering team and we are aware of the issue. Please stay tuned for updates in future releases!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
@frobinson_splunk&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258418#M16249</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2015-12-11T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258419#M16250</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;Every Splunk-App loads a CSS-File called dashboard.css per se, edit or create this file in your App-Directory:&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/$APPNAME/appserver/static&lt;BR /&gt;
(leading to a file: $SPLUNK_HOME/etc/apps/$APPNAME/appserver/static/dashboard.css )&lt;BR /&gt;
with the following content:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel-footer {
    height: 26px !important;
    overflow: visible !important;
    padding: 0 0 0 0 !important;
    border: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or without changing background-color:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel-footer {
    height: 26px !important;
    overflow: visible !important;
    padding: 0 0 0 0 !important;
    border: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    background-color: transparent !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is App-specific, though. Just copy/edit the file in every App and it should work.&lt;BR /&gt;
Put the code at the end of an existing CSS-file, so it 'overwrites' the CSS class of that file, if its used there before (for example: the great Website-Monitoring-App ( &lt;A href="https://splunkbase.splunk.com/app/1493/" target="_blank"&gt;https://splunkbase.splunk.com/app/1493/&lt;/A&gt; ) uses '.panel-footer', put it at the end of the dashboard.css of that App and 'it works' ;).&lt;/P&gt;

&lt;P&gt;This interferes or could interfere with &lt;CODE&gt;link.visible/*/*='false/true'&lt;/CODE&gt;, see: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There are other ways to include your own CSS or JS in a SimpleXML-Dashboard, have a look here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/CustomizeSimpleXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/CustomizeSimpleXML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What the CSS does:&lt;BR /&gt;
Using the &lt;CODE&gt;!important&lt;/CODE&gt;-rule 'overwrites' the Splunk-CSS-rules.&lt;/P&gt;

&lt;P&gt;You must restart SPLUNKWEB after editing this file.&lt;/P&gt;

&lt;P&gt;This works for Splunk 6.4.0 but could change in future releases, if Splunk changes CSS-classname or id, etc.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;CaBa2000&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258419#M16250</guid>
      <dc:creator>CaBa2000</dc:creator>
      <dc:date>2020-09-29T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove mouse over from panel in the 6.3.1 update</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258420#M16251</link>
      <description>&lt;P&gt;Works in Splunk 6.4.1 as well.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 11:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Remove-mouse-over-from-panel-in-the-6-3-1-update/m-p/258420#M16251</guid>
      <dc:creator>CaBa2000</dc:creator>
      <dc:date>2016-05-25T11:20:15Z</dc:date>
    </item>
  </channel>
</rss>

