<?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: Custom Themes: Sheet Background in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9345#M160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any link or documentation that will help me explore more properties in the CSS file? It will be really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 08:41:00 GMT</pubDate>
    <dc:creator>ankit777</dc:creator>
    <dc:date>2018-02-27T08:41:00Z</dc:date>
    <item>
      <title>Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9340#M155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am trying to create a custom theme by creating my own json theme. Can we change sheet background color using this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9340#M155</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2018-02-26T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9341#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your css file, add the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.qv-client.qv-card #qv-stage-container .qvt-sheet {&lt;/P&gt;&lt;P&gt;&amp;nbsp; background-color: #F2F2F2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color: #595959;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the colors as you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9341#M156</guid>
      <dc:creator>lewisjackson_eq</dc:creator>
      <dc:date>2018-02-26T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9342#M157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Lewis. How can I call this css in my code? &lt;/P&gt;&lt;P&gt;I have put the below piece of code in JSON script and saved css as theme.css. But it does not work.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;"customStyles": [ { "cssRef": "theme.css", "classRef": "my-theme" } ]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 04:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9342#M157</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2018-02-27T04:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9343#M158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What happens? Any errors in the console? Does it load your css file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly a simplified css rule would work (and note the dot before the css class name):&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; .qvt-sheet {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; background-color: #F2F2F2;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; color: #595959;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps (and please let us know if it does..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 07:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9343#M158</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-02-27T07:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9344#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfect. Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9344#M159</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2018-02-27T08:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9345#M160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any link or documentation that will help me explore more properties in the CSS file? It will be really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9345#M160</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2018-02-27T08:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Themes: Sheet Background</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9346#M161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the problem with the original CSS rule was the 'qv-card' class. It belongs to the 'Focused' theme and will be added if you used that theme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Themes-Sheet-Background/m-p/9346#M161</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-02-27T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

