<?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: Changing borders color in theme in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550615#M39682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I could change too, but disappeared right after refreshing / reloading the app...&lt;/P&gt;&lt;P&gt;Is there any permanent solution?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Levente&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 16:01:40 GMT</pubDate>
    <dc:creator>Levente</dc:creator>
    <dc:date>2019-02-28T16:01:40Z</dc:date>
    <item>
      <title>Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528253#M37940</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm building a "focus" theme with a dark background.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason listboxes&amp;nbsp;and tabled add some white (or light gray?) lines between data values and columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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-center" image-alt="whiteLinesBetweenDataValues.png" style="width: 686px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3407iD4770F939CA1FE08/image-size/large?v=v2&amp;amp;px=999" role="button" title="whiteLinesBetweenDataValues.png" alt="whiteLinesBetweenDataValues.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have tried to find the setting for this, but I can't find it. I'd like to make the change globally, so I don't need to change it for each chart object type.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone able to assist on this?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528253#M37940</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2024-11-16T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528287#M37942</link>
      <description>&lt;P&gt;Hi Atafsson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think it is possible in Qlik Sense directly. Only way you can change it using Mashup and change in HTPL Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 11:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528287#M37942</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2019-01-09T11:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528336#M37947</link>
      <description>&lt;P&gt;Yes it is possible. I manage to change it with this code for listboxes:&lt;/P&gt;&lt;PRE&gt;.qv-listbox li.serverSelected {
    border-color: black;
}&lt;/PRE&gt;&lt;P&gt;But that only includes listboxes&amp;nbsp;when values are selected. I know how to do for all states of listboxes, but I need to do the same for tables (pivot and normal tables).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528336#M37947</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2019-01-09T12:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528341#M37948</link>
      <description>&lt;P&gt;I tried to add this block to the theme.json file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"listBox": {
		  "title": {
			"main": {
			  "color": "@TextColor",
			  "fontSize": "@TextSize"
			}
		  },
		  "content": {
			"color": "#ff007f",
			"fontSize": "@TextSize",
			"borderColor": "#ff007f"
		  }
	}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While it changed the font colour, the borderColor setting was ignored, so perhaps this isn't part of the theme api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose you could add a generic style to your css file&lt;/P&gt;&lt;P&gt;td {&lt;/P&gt;&lt;P&gt;border-color: black!Important;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;but that&amp;nbsp;will&amp;nbsp;be applied to all cells on your page(s).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528341#M37948</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-01-09T12:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528353#M37949</link>
      <description>That seems to solve it for tables, but not for listboxes.&lt;BR /&gt;I've managed to remove the lines from listboxes if some selections are made somewhere.. but if no selections/filter are applied the lines are still there for listboxes &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528353#M37949</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2019-01-09T12:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528356#M37950</link>
      <description>&lt;P&gt;Have you tried?:&lt;/P&gt;&lt;PRE&gt;.qv-listbox li {
    border-color: black!Important;
}&lt;/PRE&gt;&lt;P&gt;If it works, try it without the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;!Important&lt;/PRE&gt;&lt;P&gt;and look in the developer console to see where it is being overwritten&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528356#M37950</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-01-09T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528357#M37951</link>
      <description>&lt;P&gt;In fact, you could try this in the first instance and then experiment with&amp;nbsp;.qv-listbox li&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.qv-listbox {
    border-color: black!Important;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528357#M37951</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-01-09T12:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528359#M37952</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ListItemStyleTheme.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3413i4078E6C5C143167A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ListItemStyleTheme.PNG" alt="ListItemStyleTheme.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 13:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528359#M37952</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-01-09T13:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528418#M37962</link>
      <description>&lt;P&gt;This worked for me&lt;/P&gt;&lt;PRE&gt;li {
    border-color: black!Important;
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Jan 2019 14:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1528418#M37962</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-01-09T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550615#M39682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I could change too, but disappeared right after refreshing / reloading the app...&lt;/P&gt;&lt;P&gt;Is there any permanent solution?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Levente&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550615#M39682</guid>
      <dc:creator>Levente</dc:creator>
      <dc:date>2019-02-28T16:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550617#M39683</link>
      <description>&lt;P&gt;You need to change in the code, not jus tin the browser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create your own theme and add it to the .css&amp;nbsp;file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550617#M39683</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2019-02-28T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550623#M39684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What user level is expected to be able to create such themes and where?&lt;/P&gt;&lt;P&gt;Do you have any idea why should it be so complicated?&lt;/P&gt;&lt;P&gt;I wish I could define colors separately for each borders in my app based on certain values (ie. met KPI, did not meet KPI)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Levente&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550623#M39684</guid>
      <dc:creator>Levente</dc:creator>
      <dc:date>2019-02-28T16:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550631#M39685</link>
      <description>If you have some knowledge about html and CSS it's fairly simple. The hard thing is to find what all settings are called.&lt;BR /&gt;&lt;BR /&gt;Yeah, that's a question for Qlik I guess. We are many that request more flexibility in the Sense app UI.</description>
      <pubDate>Thu, 28 Feb 2019 16:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1550631#M39685</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2019-02-28T16:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1564340#M41100</link>
      <description>&lt;P&gt;when I should this text? in some extension?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1564340#M41100</guid>
      <dc:creator>dana18</dc:creator>
      <dc:date>2019-04-03T07:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing borders color in theme</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1564348#M41101</link>
      <description>&lt;P&gt;I used it when creating a custom theme. It might be useful when developing extensions as well since it is about changing the design for an object in the UI.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-borders-color-in-theme/m-p/1564348#M41101</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2019-04-03T07:55:37Z</dc:date>
    </item>
  </channel>
</rss>

