<?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: Set Transparency of Legend Window in WAB DE in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462515#M12147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about the whole widget or just the legend contents?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 14:22:07 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-06-14T14:22:07Z</dc:date>
    <item>
      <title>Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462514#M12146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using WAB DE 2.4. In what file do I change the transparency setting in the Legend Window? Where is this file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 13:41:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462514#M12146</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2017-06-14T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462515#M12147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about the whole widget or just the legend contents?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462515#M12147</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-06-14T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462516#M12148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default the background inside the Legend Window is solid white. I want to change the transparency of this white space. Just cannot seem to locate the file in which to do this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462516#M12148</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2017-06-14T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462517#M12149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Add these two css rules to the Legend widgets style.css file:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;jimu&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;widget&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;frame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;jimu&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;container &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;color&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;rgba&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0.3&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="punctuation token"&gt;.&lt;/SPAN&gt;jimu&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;panel &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;color&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; #ffffff&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;color&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;rgba&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0.6&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;/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;P&gt;Adjust the 4 alpha property as desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462517#M12149</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T20:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462518#M12150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are Legend widget in both server folder and stem app folder. The changes are not reflecting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 05:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462518#M12150</guid>
      <dc:creator>PayelMallick</dc:creator>
      <dc:date>2019-09-25T05:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462519#M12151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Payel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Change in the stemapp folder only apply to new apps for existing apps you have to make the change in the server\[app#]\widgets\Legend folder. Once you make the change refresh your browser (and it is sometimes necessary to clear your browsers cache).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462519#M12151</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-09-25T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462520#M12152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;When I tried adding your code to the specific widget's style.css, the transparency only appears when moving the panel window (I'm using the Jewelry Box theme).&amp;nbsp; How can we make the transparency appear right when the widget panel is opened without the need to move it? Also, this transparency effect is added to all the floating widgets even though I only changed the css for one specific widget.&amp;nbsp; By the way, I'm using WAB Dev 2.11. I appreciate your feedback!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462520#M12152</guid>
      <dc:creator>Mina</dc:creator>
      <dc:date>2020-03-04T20:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462521#M12153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am not aware of any css rule you could apply to make this specific to just the legend widgets panel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 22:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462521#M12153</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-03-04T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462522#M12154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;OK, how about making the transparency of the panel appear without having to move the panel window?&amp;nbsp; In this case, if we just open the widget, it's not transparent unless you move the panel window. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 22:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462522#M12154</guid>
      <dc:creator>Mina</dc:creator>
      <dc:date>2020-03-04T22:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Transparency of Legend Window in WAB DE</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462523#M12155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I do not see that issue on my end, unless I am using a organizational theme color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2020 13:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/set-transparency-of-legend-window-in-wab-de/m-p/462523#M12155</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-03-05T13:44:41Z</dc:date>
    </item>
  </channel>
</rss>

