<?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: WAB Developer Edition Widget Icon Color in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578652#M15464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look at that, but I think the colour for the svg is embedded in the path of the svg and I couldn't change it. It may be possible but I didn't look in to it too much more as I found the font solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2019 00:23:18 GMT</pubDate>
    <dc:creator>Grant-S-Carroll</dc:creator>
    <dc:date>2019-02-05T00:23:18Z</dc:date>
    <item>
      <title>WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578645#M15457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best way to change the color of the widget icons in Web AppBuilder?&amp;nbsp; I am creating a custom theme based off of the Jewelry Box Theme and my header is mostly white.&amp;nbsp; So, the white icons aren't visible no matter what the opacity is.&amp;nbsp; I want to find a way to make this work through the theme with CSS or JavaScript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 02:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578645#M15457</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2019-01-30T02:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578646#M15458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In most modern browsers there is the invert filter css rule you can use but I think IE is lacking here:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.icon-node img&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   &lt;SPAN class="property token"&gt;-webkit-filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;invert&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   &lt;SPAN class="property token"&gt;filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; DXImageTransform.Microsoft.&lt;SPAN class="token function"&gt;BasicImage&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;invert=&lt;SPAN class="string token"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578646#M15458</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T00:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578647#M15459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it worked in Firefox for me, but I do need IE support.&amp;nbsp; At the least, it makes it easier for me to see the icons while I am developing my custom theme.&amp;nbsp; I don't like my current solution, but it will be to switch out the widget icons once I build the app using the custom theme.&amp;nbsp; I don't like how the theme requires widget modifications to work, but that's the look and feel I want.&amp;nbsp; I tried using a background color with the secondary color in my color scheme, but it looked weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 17:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578647#M15459</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2019-01-30T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578648#M15460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This JS library has support for IE10 and 11&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/shekhardesigner/InvertImages" title="https://github.com/shekhardesigner/InvertImages"&gt;GitHub - shekhardesigner/InvertImages: Invert White Images using SVG Filters.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 17:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578648#M15460</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-30T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578649#M15461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I find weird about this CSS is that when I add it and reload the app in WAB, the reload time goes from very fast to slow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578649#M15461</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2019-01-30T18:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578650#M15462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've actually created my icons as fonts as this then gives me complete control over the icons, rather than having them tied to a jpg or png, as I was hitting the same issue that you were with different coloured backgrounds and dealing with contrasts. With css I change the colour of the icon pretty easily and the size if I want as well. Its pretty straight forward to create the font, you just then have to add the css classes in to your theme and then what ever is loading your widgets to apply the right class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details on how to create the font, have a look here.&amp;nbsp;&lt;A class="link-titled" href="https://www.sitepoint.com/create-an-icon-font-illustrator-icomoon/" title="https://www.sitepoint.com/create-an-icon-font-illustrator-icomoon/"&gt;Create an Icon Font Using Illustrator &amp;amp; IcoMoon — SitePoint&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do need something that can generate svg's is the only caveat. But the added bonus is that the icon will support a header of any size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 23:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578650#M15462</guid>
      <dc:creator>Grant-S-Carroll</dc:creator>
      <dc:date>2019-02-04T23:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578651#M15463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a smart idea.&amp;nbsp; Is it possible to use an .svg file for the icons in the first place and override them with CSS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 00:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578651#M15463</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2019-02-05T00:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578652#M15464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look at that, but I think the colour for the svg is embedded in the path of the svg and I couldn't change it. It may be possible but I didn't look in to it too much more as I found the font solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 00:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578652#M15464</guid>
      <dc:creator>Grant-S-Carroll</dc:creator>
      <dc:date>2019-02-05T00:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578653#M15465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, only other thing I would say, is that regarding IE. We have had some situations where we had to get sys admins to adjust group policy for IE to allow users to download fonts, as they were being blocked by IE settings. If you hit that issue let me know and I can dig out the exact fix for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 00:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578653#M15465</guid>
      <dc:creator>Grant-S-Carroll</dc:creator>
      <dc:date>2019-02-05T00:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Developer Edition Widget Icon Color</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578654#M15466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was browsing the Internet and I found a few pages regarding this subject.&amp;nbsp; It's new to me, but it looks doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 00:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-developer-edition-widget-icon-color/m-p/578654#M15466</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2019-02-05T00:54:02Z</dc:date>
    </item>
  </channel>
</rss>

