<?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 theme - sheet title image &amp;amp; default button corner radius in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2503578#M21775</link>
    <description>&lt;P&gt;I got it to work by using this in my css&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;.qv-inner-object&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; border-radius&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;0.50em&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 Jan 2025 15:44:11 GMT</pubDate>
    <dc:creator>HartbargerL</dc:creator>
    <dc:date>2025-01-29T15:44:11Z</dc:date>
    <item>
      <title>custom theme - sheet title image &amp; default button corner radius</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502425#M21744</link>
      <description>&lt;P&gt;Hello!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my css for my custom theme and how I reference it in my json file. For some reason the sheet title image is not rendering. Sometimes it randomly will but then I'll make a small change and it will not render. Any ideas on what is going on?&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;.sheet-title-text&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; background-image&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;url&lt;/SPAN&gt;&lt;SPAN&gt;("my url here"&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;!important&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; background-size&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;contain&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; background-repeat&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;no-repeat&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; background-position&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;right&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; color&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; white&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;/SPAN&gt;json: (I put this portion of the script after my inherit statement and variable creations)&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"customStyles"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"cssRef"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"qliktheme.css"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"classRef"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"custom-theme-style"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also... is it possible to customize the button object in css or json? I would like to set the default to be rounded corners/&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 13:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502425#M21744</guid>
      <dc:creator>HartbargerL</dc:creator>
      <dc:date>2025-01-22T13:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: custom theme - sheet title image &amp; default button corner radius</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502432#M21746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/245309"&gt;@HartbargerL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also cant seem to get this with CSS, But on the styling tab you can do it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1737553457480.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176743iC745716D76FC214B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1737553457480.png" alt="JandreKillianRIC_0-1737553457480.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems like is must be something like this&lt;BR /&gt;.qv-object-action-button&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards - Jandre&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 13:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502432#M21746</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-01-22T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: custom theme - sheet title image &amp; default button corner radius</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502434#M21747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/245309"&gt;@HartbargerL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The&amp;nbsp;.qv-object-action-button works but its like the blue part is different... very weird.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1737554818960.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176745iCAE3A36A029C4029/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1737554818960.png" alt="JandreKillianRIC_0-1737554818960.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my CSS&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;.qv-object-kpi, .qv-object-barchart, .qv-object-scatterplot, .qv-object-action-button {&lt;BR /&gt;border-radius: 30px;&lt;BR /&gt;background: #fafafa;&lt;BR /&gt;box-shadow: 10px 10px 30px #bdbdbd, &lt;BR /&gt;-10px -10px 30px #ffffff;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2502434#M21747</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-01-22T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: custom theme - sheet title image &amp; default button corner radius</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2503578#M21775</link>
      <description>&lt;P&gt;I got it to work by using this in my css&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;.qv-inner-object&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; border-radius&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;0.50em&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2503578#M21775</guid>
      <dc:creator>HartbargerL</dc:creator>
      <dc:date>2025-01-29T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: custom theme - sheet title image &amp; default button corner radius</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2503579#M21776</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/245309"&gt;@HartbargerL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for letting me know!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/custom-theme-sheet-title-image-amp-default-button-corner-radius/m-p/2503579#M21776</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-01-29T15:46:08Z</dc:date>
    </item>
  </channel>
</rss>

