<?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: CSS script to add bachground color for table header in qliksense(Custom Theme) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1956359#M17062</link>
    <description>&lt;P&gt;I had to change the font color and background of the table, the below code worked for me:&lt;/P&gt;
&lt;P&gt;.qv-object-content-container .qv-object-content table th{&lt;BR /&gt;background-color: #007490;&lt;BR /&gt;color: #fff !important;&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 09:40:03 GMT</pubDate>
    <dc:creator>simsa</dc:creator>
    <dc:date>2022-07-15T09:40:03Z</dc:date>
    <item>
      <title>CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625222#M11336</link>
      <description>&lt;P&gt;I am creating the custom theme to style the straight table. I have used below CSS code for hover row and strip color and it is working- .qvt-sheet { background: #eeeee4 !important; } .qv-object-content-container .qv-object-content table tr:nth-of-type(even) { background: #b53359 } .qv-object-content-container .qv-object-content table tr:hover { background-color: #ffff99; Can anyone help me to write code to add background color to header of straight table and what is the use of using '.qv-object-content-container .qv-object-content' in the script?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625222#M11336</guid>
      <dc:creator>shwethaa</dc:creator>
      <dc:date>2019-09-18T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625233#M11337</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;If you want as Hover i think you can use this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Style&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.qv-object-content-container .qv-object-content:hover &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{ &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;background-color: #ffff99;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;/Style&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you need, Normal table without mouse over use this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Style&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.qv-object-content-container .qv-object-content&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;background-color: #ffff99;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;/Style&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625233#M11337</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-09-18T12:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625401#M11344</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I always wanted to display&amp;nbsp; background not on hover. Below code worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.qv-object-content-container .qv-object-content table th{&lt;BR /&gt;background-color: #ffff99;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we style tabbed container object? How can we add background color to activated tab?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 16:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1625401#M11344</guid>
      <dc:creator>shwethaa</dc:creator>
      <dc:date>2019-09-18T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1632835#M11490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can take a look at this attached theme,&lt;/P&gt;&lt;P&gt;it might help you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ajay Kakkar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://github.com/ajaykakkar93" target="_blank"&gt;https://github.com/ajaykakkar93&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 07:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1632835#M11490</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-09T07:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1773294#M13686</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18706"&gt;@ajaykakkar93&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to move the content-taps in the container object, to be shown vertically instead of horisontal with the css, without success. Would you know if this is possible ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mads&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1773294#M13686</guid>
      <dc:creator>KasperJeppesen1</dc:creator>
      <dc:date>2021-01-11T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1827950#M15413</link>
      <description>&lt;P&gt;provide a example&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 11:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1827950#M15413</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2021-08-11T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: CSS script to add bachground color for table header in qliksense(Custom Theme)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1956359#M17062</link>
      <description>&lt;P&gt;I had to change the font color and background of the table, the below code worked for me:&lt;/P&gt;
&lt;P&gt;.qv-object-content-container .qv-object-content table th{&lt;BR /&gt;background-color: #007490;&lt;BR /&gt;color: #fff !important;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 09:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSS-script-to-add-bachground-color-for-table-header-in-qliksense/m-p/1956359#M17062</guid>
      <dc:creator>simsa</dc:creator>
      <dc:date>2022-07-15T09:40:03Z</dc:date>
    </item>
  </channel>
</rss>

