<?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: Change hover highlight row table drilldown in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553376#M38394</link>
    <description>&lt;P&gt;You need something like this in your style block:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          tr td:hover
          {
            color: yellow !important;
            background-color: red !important;
          }&lt;/LI-CODE&gt;&lt;P&gt;You may want to qualify this with the id of the panel/table so it doesn't get applied to all tables.&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 17:11:40 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-05-27T17:11:40Z</dc:date>
    <item>
      <title>Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553365#M38391</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table with background blue, and letter white,&amp;nbsp; this table have a drilldown by row&lt;/P&gt;&lt;P&gt;When I move the mouse in the different rows, It appears with background-color:&amp;nbsp;ECF8FF (attached example)&lt;/P&gt;&lt;P&gt;I have tried with different ways with &amp;lt;html&amp;gt;&amp;lt;style&amp;gt; but I was able to fill with a border to the selected row, but I could not change color font, or background color (instead&amp;nbsp;ECF8FF a green for example) of the selected row&lt;/P&gt;&lt;P&gt;I have tried many solutions but It didn't work&lt;/P&gt;&lt;P&gt;Could you help me, please?&lt;/P&gt;&lt;P&gt;Thanks a lot¡¡¡&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553365#M38391</guid>
      <dc:creator>DanielSp</dc:creator>
      <dc:date>2021-05-27T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553376#M38394</link>
      <description>&lt;P&gt;You need something like this in your style block:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          tr td:hover
          {
            color: yellow !important;
            background-color: red !important;
          }&lt;/LI-CODE&gt;&lt;P&gt;You may want to qualify this with the id of the panel/table so it doesn't get applied to all tables.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 17:11:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553376#M38394</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-27T17:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553479#M38400</link>
      <description>&lt;P&gt;Thanks a lot, with that solution background doesn't work yet, and color of letter works, but only where appears the mouse, I add a new image attached to show It&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Splunk_issue_after_change.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14356iD26DE8B207279DDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Splunk_issue_after_change.png" alt="Splunk_issue_after_change.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Splunk_issue_after_change.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Any Idea?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 10:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553479#M38400</guid>
      <dc:creator>DanielSp</dc:creator>
      <dc:date>2021-05-28T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553480#M38401</link>
      <description>&lt;P&gt;Replied below, thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 10:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553480#M38401</guid>
      <dc:creator>DanielSp</dc:creator>
      <dc:date>2021-05-28T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553492#M38406</link>
      <description>&lt;P&gt;OK you need to qualify the tr class as highlighted and you need to have row level drilldown.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          tr.highlighted td
          {
            color: yellow !important;
            background-color: red !important;
          }&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 May 2021 12:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/553492#M38406</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-28T12:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change hover highlight row table drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/573480#M47058</link>
      <description>&lt;P&gt;Greetings,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you all don't mind if I somewhat hijack this message with my question regarding drilldowns.&amp;nbsp; &amp;nbsp;We have a requirement for a dashboard containing multiple lookup files.&amp;nbsp; We're able to reference one drilldown report.&amp;nbsp; How do we reference multiple (total 9) drilldown reports?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 13:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-hover-highlight-row-table-drilldown/m-p/573480#M47058</guid>
      <dc:creator>marceloalejandr</dc:creator>
      <dc:date>2021-11-03T13:47:32Z</dc:date>
    </item>
  </channel>
</rss>

