<?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 Override CSS Qlik Sense Widget in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748272#M13301</link>
    <description>&lt;P&gt;Hello people!&lt;BR /&gt;&lt;BR /&gt;I was giving some shot on creating widget and faced with a issue that overcomes my knowledge. I realized that Qlik sense put his own css classes in the div tag, but one of them is kinda "breaking" my widget.&lt;/P&gt;&lt;P&gt;In the printscreen below, I want to take away the green area selected, that is the qv-inner-object class padding. Is this possible with widget? Or by extension? Or it is not possible? Thanks!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Print community.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41423i2855D79B5A54E2DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Print community.jpg" alt="Print community.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:21:33 GMT</pubDate>
    <dc:creator>victorlm</dc:creator>
    <dc:date>2024-11-16T01:21:33Z</dc:date>
    <item>
      <title>Override CSS Qlik Sense Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748272#M13301</link>
      <description>&lt;P&gt;Hello people!&lt;BR /&gt;&lt;BR /&gt;I was giving some shot on creating widget and faced with a issue that overcomes my knowledge. I realized that Qlik sense put his own css classes in the div tag, but one of them is kinda "breaking" my widget.&lt;/P&gt;&lt;P&gt;In the printscreen below, I want to take away the green area selected, that is the qv-inner-object class padding. Is this possible with widget? Or by extension? Or it is not possible? Thanks!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Print community.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41423i2855D79B5A54E2DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Print community.jpg" alt="Print community.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748272#M13301</guid>
      <dc:creator>victorlm</dc:creator>
      <dc:date>2024-11-16T01:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Override CSS Qlik Sense Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748320#M13302</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48986"&gt;@victorlm&lt;/a&gt;&amp;nbsp;Do you want to remove the area in green? Create a &lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_self"&gt;custom theme&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then in the CSS of your custom theme, include the full name of the class and use display:none; property to remove it&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 06:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748320#M13302</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2020-09-30T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Override CSS Qlik Sense Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748384#M13303</link>
      <description>&lt;P&gt;In an extension you can use &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/Element/closest" target="_self"&gt;closest('.qv-inner-object')&lt;/A&gt;&amp;nbsp;to find the element and then override the padding CSS with some CSS. Don't think this is possible in a widget.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 09:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748384#M13303</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-09-30T09:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Override CSS Qlik Sense Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748452#M13304</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6966"&gt;@ErikWetterberg&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54934"&gt;@EliGohar&lt;/a&gt;&amp;nbsp;!. I'll search those possible solutions here.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 12:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748452#M13304</guid>
      <dc:creator>victorlm</dc:creator>
      <dc:date>2020-09-30T12:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Override CSS Qlik Sense Widget</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748578#M13305</link>
      <description>&lt;P&gt;Used custom theme and just put &lt;STRONG&gt;_cards&lt;/STRONG&gt; attribute to false&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "object": {
    },
    "dataColors": {
    },
    "palettes": {
    },
    "customStyles": [
    ],
    "scales": [
    ],
    "_inherit": true,
    "_variables": {
    },
    "_cards": false,
    "color": "@TextColor",
    "fontSize": "@TextSize",
    "backgroundColor": "@BackgroundColor"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Override-CSS-Qlik-Sense-Widget/m-p/1748578#M13305</guid>
      <dc:creator>victorlm</dc:creator>
      <dc:date>2020-09-30T15:47:09Z</dc:date>
    </item>
  </channel>
</rss>

