<?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: Changing font and color in the body of a simple table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63846#M15772</link>
    <description>&lt;P&gt;Someone here used Chrome's 'inspect element' to figure out the CSS magic required to fix the colors. The CSS element to do this is:&lt;/P&gt;

&lt;P&gt;.SimpleResultsTable table.enableMouseover tr td.d {&lt;BR /&gt;
    color:#000000;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Esoteric? Yes. Works? Yes.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2012 14:20:32 GMT</pubDate>
    <dc:creator>dspracklen</dc:creator>
    <dc:date>2012-09-19T14:20:32Z</dc:date>
    <item>
      <title>Changing font and color in the body of a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63843#M15769</link>
      <description>&lt;P&gt;It doesn't matter if the answer is in CSS or Advanced XML or both. I'm not even certain Advanced XML has access to properties for this though.&lt;/P&gt;

&lt;P&gt;The default blue color (and font) is not working well in this instance. I wanted to change the defaults for both in the simple results table, but apparently I can't find the correct CSS combination to do that. The example default CSS file doesn't do this; it only sets the header text color.&lt;/P&gt;

&lt;P&gt;Thus far I have tried many combinations of CSS changes including "table.splTable td a {color: #000000;}" and "table.splTable td {color: #000000;}" and gotten nothing to change. I was able to change the header colors, but those are already fine.&lt;/P&gt;

&lt;P&gt;Searching for Advanced XML help with module properties leads me exclusively to changing fonts on charts and not tables.&lt;/P&gt;

&lt;P&gt;Thanks for any help you can give.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 18:14:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63843#M15769</guid>
      <dc:creator>dspracklen</dc:creator>
      <dc:date>2012-09-18T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font and color in the body of a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63844#M15770</link>
      <description>&lt;P&gt;There's an App Framework Cookbook topic on the dev portal on &lt;A href="http://dev.splunk.com/view/SP-CAAADV9"&gt;How to do simple app customizations&lt;/A&gt;. If you read down through that topic, you will find a section about how to define your own CSS. It includes an example that (1) changes the default cell background color in the simpleResultsTable module, and (2) highlights a row when you hover your cursor over it. Hope that helps point you in the right direction!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 20:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63844#M15770</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-09-18T20:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font and color in the body of a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63845#M15771</link>
      <description>&lt;P&gt;The page does have some good information on it, but sadly none of it really helps to resolve the inability to change text color inside a table. Using their examples I can change the background colors and highlight color. I can even put text decorations on it. I changed the font family and weight, but the text itself steadfastly remains the same blue. I've even made sure this happens for both Firefox and Chrome.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63845#M15771</guid>
      <dc:creator>dspracklen</dc:creator>
      <dc:date>2012-09-19T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font and color in the body of a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63846#M15772</link>
      <description>&lt;P&gt;Someone here used Chrome's 'inspect element' to figure out the CSS magic required to fix the colors. The CSS element to do this is:&lt;/P&gt;

&lt;P&gt;.SimpleResultsTable table.enableMouseover tr td.d {&lt;BR /&gt;
    color:#000000;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Esoteric? Yes. Works? Yes.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:20:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63846#M15772</guid>
      <dc:creator>dspracklen</dc:creator>
      <dc:date>2012-09-19T14:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing font and color in the body of a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63847#M15773</link>
      <description>&lt;P&gt;I did a little more research on this. There is a simpleResultsTable.css file that has the setting you found in $SPLUNK_BASE/share/splunk/search_mrsparkle/modules/results. We will update the App Framework Cookbook topic to say more about where the default CSS files are located.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Changing-font-and-color-in-the-body-of-a-simple-table/m-p/63847#M15773</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2020-09-28T12:28:29Z</dc:date>
    </item>
  </channel>
</rss>

