<?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 - understanding .qv-object :not([font-family]) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691940#M12602</link>
    <description>&lt;P&gt;Try with the selector:&lt;/P&gt;&lt;P&gt;.qv-object :not([font-family]) :not(.lui-icon) {&lt;/P&gt;&lt;P&gt;//your styling here&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 09:57:04 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2020-04-08T09:57:04Z</dc:date>
    <item>
      <title>Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632421#M11475</link>
      <description>&lt;P&gt;I've created a custom theme that is behaving differently in Qlik Sense April 2019 and Qlik Sense September 2019.&lt;/P&gt;&lt;P&gt;I've defined a font-family in my custom css file where qv-object * should have a font different from the default QlikView Sans.&amp;nbsp; This rendered ok in Qlik Sense April 2019, but on my new Septemer 2019 version the font is overrided back to QlikView Sans due to the formatting set by Qlik. See screenshot of KPI and the dev tool showing which styling is the active for the element. If I uncheck the top styling element it fetches my custom style.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20888i5B6CDA84275CC102/image-size/large?v=v2&amp;amp;px=999" role="button" title="clipboard_image_2.png" alt="clipboard_image_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions are.&lt;/P&gt;&lt;P&gt;What does the&amp;nbsp;&lt;FONT face="courier new,courier"&gt; :not([font-family])&amp;nbsp;&lt;/FONT&gt;do? I assumed that the font family should not be set in this css section.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get my custom css&amp;nbsp; .qv-object to override the Qlik default css?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632421#M11475</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-11-16T19:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632557#M11480</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp; !important to style it.&lt;/P&gt;&lt;P&gt;.qv-object * { font-family: Montserrat, Arial, sans-serif !important; }&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay Kakkar&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 14:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632557#M11480</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-08T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632837#M11491</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i hope it helped you.&lt;/P&gt;&lt;P&gt;If its correct then mark as correct.&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:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632837#M11491</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-09T07:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632849#M11494</link>
      <description>&lt;P&gt;Your suggestion did work, but it messes up stuff further down the road. Using &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;!Important&lt;/FONT&gt;&lt;/STRONG&gt; on &lt;FONT face="courier new,courier"&gt;.qv-object&lt;/FONT&gt; overrides any styling on more detailed classes such as &lt;FONT face="courier new,courier"&gt;.qv-object-title-text. &lt;/FONT&gt;See picture below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20949iEAA5EEEE2FE7AA2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can get around this by applying &lt;FONT face="courier new,courier" color="#FF0000"&gt;Important!&lt;/FONT&gt; on the&lt;FONT face="courier new,courier"&gt; .qv-object-title-text&lt;/FONT&gt; styling as well. If I want even more detailed styling then this &lt;FONT face="courier new,courier" color="#FF0000"&gt;Important!&lt;/FONT&gt;&amp;nbsp;will override as well, it made me think that I should put &lt;FONT face="courier new,courier" color="#FF0000"&gt;Important!&amp;nbsp;&lt;/FONT&gt;on all my css styling. Is this an good idea?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 07:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632849#M11494</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-09T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632898#M11495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;lets take a simple example of a class i.e. .m-1-10, this class style&lt;/P&gt;&lt;P&gt;.m-1-10{&lt;/P&gt;&lt;P&gt;margin-left:10px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i make a custom theme &amp;amp; add it after my default style it will automatically take the latest style added by custom theme&lt;/P&gt;&lt;P&gt;(Don't need to add !important)&lt;/P&gt;&lt;P&gt;.m-1-10{&lt;/P&gt;&lt;P&gt;margin-left:20px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;You can use my Mashup to style the basic stuff&lt;/P&gt;&lt;P&gt;&lt;A title="Qlik Sense Styler Mashup" href="https://developer.qlik.com/garden/5c828e4b37ac15001656d765" target="_blank" rel="noopener"&gt;Qlik Sense Styler Mashup&lt;/A&gt;&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;</description>
      <pubDate>Wed, 09 Oct 2019 09:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632898#M11495</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-09T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632905#M11497</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The :not([font-family]) selector would select all elements that do not have the font-family attribute. That would mean almost all elements, but it looks like map object can have elements where this attribute is defined.&lt;/P&gt;&lt;P&gt;Your problem is probably because the selector '.qv-object :not([font-family])'&amp;nbsp; has higher &lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity" target="_self"&gt;specificity&amp;nbsp;&lt;/A&gt;than your selector '.qv-object *' and so overrides it. You could trye changing your selector to be the same,&amp;nbsp;'.qv-object :not([font-family])' .&lt;/P&gt;&lt;P&gt;I haven't tested this myself, so it might not work.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632905#M11497</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-10-09T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632936#M11503</link>
      <description>&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;As you where pointing out&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18706"&gt;@ajaykakkar93&lt;/a&gt;&amp;nbsp;, the latest style added is fetched by the browser. By adding a&amp;nbsp; .qv-object *{} or&amp;nbsp;.qv-object {} in my custom theme I thought I did add a new styling definition that should override the defaut style. It did not. But following your directions&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6966"&gt;@ErikWetterberg&lt;/a&gt;, adding an identical class identifier&amp;nbsp;.qv-object :not([font-family]){} Qlik Sense / the browser intepret my styling as I would like it to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your inputs really helped me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Vegar&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 09:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632936#M11503</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-09T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632939#M11505</link>
      <description>&lt;P&gt;Glad it helped you! Of course it will not work for elements with the font-family attribute. You can find such elements by typing the following in the browser console:&lt;/P&gt;&lt;P&gt;document.querySelectorAll('[font-family]')&lt;/P&gt;&lt;P&gt;When I did this I found some elements in a map where font-family was actually set, to 'Qlikview Sans'. Your styling would not affect those.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632939#M11505</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-10-09T10:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632976#M11508</link>
      <description>&lt;P&gt;Your tip on using the query&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;document.querySelectorAll('[font-family]') sound like a very handy feature to know, but I couldn't get it to return any result. I'm most likely typing it in the wrong input box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It would really help me if you could share a picture of your browser console with the query and its result.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 11:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632976#M11508</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-09T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632991#M11510</link>
      <description>&lt;P&gt;You type it in the browser console:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20980i4949C1BE1D1DB737/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In most cases you will get an empty NodeList array like above,&amp;nbsp; but in some pages you get an array with entries:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20981i98880F750BEF448F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I now realize that it was not a map, but a barchart and it looks like SVG elements, so I guess this is something with the new barchart.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 11:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1632991#M11510</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-10-09T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1645053#M11747</link>
      <description>&lt;P&gt;When you change the class ".qv-object :not([font-family])" in your theme.css it will damage all Lui style font that shows icons like "search", "glasses" in your default Qlik Sense App&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2019 16:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1645053#M11747</guid>
      <dc:creator>Armand_van_Amersfoort</dc:creator>
      <dc:date>2019-11-10T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1646553#M11783</link>
      <description>&lt;P&gt;Yes this is exactly what happens - now all LUI icons don't work - is there a solution to this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 16:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1646553#M11783</guid>
      <dc:creator>imtiaz_ullah</dc:creator>
      <dc:date>2019-11-13T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1646669#M11785</link>
      <description>&lt;P&gt;My workaround was to add the following to my css&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.qv-object .lui-caret, .qv-object .lui-checkbox__check, .qv-object .lui-icon {
    font-family: LUI icons;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 20:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1646669#M11785</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-13T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1652175#M11879</link>
      <description>&lt;P&gt;Thanks, that almost works - still a few missing, but I'll figure those out. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1652175#M11879</guid>
      <dc:creator>imtiaz_ullah</dc:creator>
      <dc:date>2019-11-28T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691933#M12600</link>
      <description>&lt;P&gt;This is not working for me. All the LUI Icons are appearing Text. Is there any other way to fix this problem please comment. really it will help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691933#M12600</guid>
      <dc:creator>Akshaya45</dc:creator>
      <dc:date>2020-04-08T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691934#M12601</link>
      <description>&lt;P&gt;It stopped working for me on the last release. It’s not great from Qlik and their support for this is awful. Most of my dashboards are now broken.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691934#M12601</guid>
      <dc:creator>imtiaz_ullah</dc:creator>
      <dc:date>2020-04-08T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691940#M12602</link>
      <description>&lt;P&gt;Try with the selector:&lt;/P&gt;&lt;P&gt;.qv-object :not([font-family]) :not(.lui-icon) {&lt;/P&gt;&lt;P&gt;//your styling here&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691940#M12602</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-04-08T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom theme - understanding .qv-object :not([font-family])</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691951#M12603</link>
      <description>&lt;P&gt;This is not existing a class name in the Developer Tool. I tried this earlier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for commenting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 10:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-theme-understanding-qv-object-not-font-family/m-p/1691951#M12603</guid>
      <dc:creator>Akshaya45</dc:creator>
      <dc:date>2020-04-08T10:47:30Z</dc:date>
    </item>
  </channel>
</rss>

