<?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: Widget icon customization in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858340#M11526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the heck do you know all this stuff?!? This was a tremendous help, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2016 19:48:34 GMT</pubDate>
    <dc:creator>AdrianWelsh</dc:creator>
    <dc:date>2016-12-08T19:48:34Z</dc:date>
    <item>
      <title>Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858335#M11521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom application using Tab Theme template. The widget icons that show over the map in both layouts are not visible when my map displays the aerial basemap because of the transparency in those widgets.&lt;/P&gt;&lt;P&gt;You can see them in attached picture.&lt;/P&gt;&lt;P&gt;I would like to put a white background for those widgets icons or else move them up in the header controller on the right side which would be better.&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Qazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858335#M11521</guid>
      <dc:creator>QaziIqbal</dc:creator>
      <dc:date>2016-04-11T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858336#M11522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qazi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add these rules to [install dir]\server\apps\[app#]\themes\TabTheme\common.css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-onscreen-icon {
&amp;nbsp; position: absolute;
&amp;nbsp; cursor: pointer;
&amp;nbsp; border-radius: 4px;
&amp;nbsp; background-color: rgb(0, 0, 0);
&amp;nbsp; -ms-filter: "Alpha(opacity=80)";
&amp;nbsp; background-color: rgba(0, 0, 0, 0.7);
}

.jimu-widget-onscreen-icon.jimu-state-selected {
&amp;nbsp; background-color: rgb(0, 0, 0);
&amp;nbsp; -ms-filter: "Alpha(opacity=100)";
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(0, 0, 0, 1);
}

.jimu-widget-onscreen-icon:hover{
&amp;nbsp; background-color: rgb(0, 0, 0);
&amp;nbsp; -ms-filter: "Alpha(opacity=85)";
&amp;nbsp; background-color: rgba(0, 0, 0, 0.85);
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858336#M11522</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858337#M11523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;It solved the problem and now it is looking better.&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;P&gt;Qazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858337#M11523</guid>
      <dc:creator>QaziIqbal</dc:creator>
      <dc:date>2016-04-11T18:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858338#M11524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Robert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks for helping out, but something more came related to this question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I changed the color of icon and put white border too, but my staff is suggesting that it would be better if these icons are moved up on the header bar. I am attaching the screen capture and red color shows where we want to move them. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;IMG alt="widgetIcons.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194628_widgetIcons.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Any help to do this is highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Qazi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858338#M11524</guid>
      <dc:creator>QaziIqbal</dc:creator>
      <dc:date>2016-04-12T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858339#M11525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qazi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The tab theme does not support adding widgets to the header. There are many other themes that support this but the Tab theme is not one of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858339#M11525</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-12T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858340#M11526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the heck do you know all this stuff?!? This was a tremendous help, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 19:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858340#M11526</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-12-08T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858341#M11527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, in all seriousness, I made these changes (and adjusted the transparency some) and it works great! However, they do not reflect in my web map and I am thinking that it is due to the browser cache remembering the old style (since in another browser with clean cache, it works like it should). &lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Is there a way to force a browser refresh or something similar?&lt;/STRONG&gt; &lt;/SPAN&gt;I know that clearing my cache will likely work (this is in Chrome), but I don't want every I send this to have to go through this similar thing. Let me know if you have ideas (and I have tried the "hard" refresh of Ctrl+F5).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858341#M11527</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-12-08T20:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858342#M11528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;These threads may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/172632"&gt;Automate Cache Clearing - Web App Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/158241"&gt;Refreshing Web Appbuilder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 21:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858342#M11528</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-08T21:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Widget icon customization</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858343#M11529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, this looks a lot trickier than just some simple changes. I might just post a new question on GeoNet just to try and consolidate the answers and get feedback on what is best (I hope that is ok and not too duplicatory but I feel like there is not enough clarity in those threads).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-icon-customization/m-p/858343#M11529</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-12-08T22:12:21Z</dc:date>
    </item>
  </channel>
</rss>

