<?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: Transparent popup window in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38909#M3306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 15:22:00 GMT</pubDate>
    <dc:creator>NaciDilekli</dc:creator>
    <dc:date>2016-07-12T15:22:00Z</dc:date>
    <item>
      <title>Transparent popup window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38905#M3302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the esri.dijit.Popup transparent? I tried domStyle.set(popup.domNode, "opacity", 0.1) but there is still no transparency. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38905#M3302</guid>
      <dc:creator>NaciDilekli</dc:creator>
      <dc:date>2016-06-30T18:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent popup window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38906#M3303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can adjust the popups opacity by adding some CSS overrides but the issue is the pointer on the popup is not a real arrow/triangle it is a square rotated and when you set the opacity of the popup the pointers hidden portion of that square is now visible and look horrible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="preview.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/210823_preview.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 13:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38906#M3303</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-06T13:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent popup window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38907#M3304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell what specific overrides they would be. Do you have a CSS example that produces that screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Naci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 17:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38907#M3304</guid>
      <dc:creator>NaciDilekli</dc:creator>
      <dc:date>2016-07-11T17:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent popup window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38908#M3305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure it is:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriPopup .contentPane {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(257, 247, 247, 0.75);
}
.esriPopup .titlePane {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(72, 85, 102, 0.75);
}
.esriPopup .actionsPane {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(257, 247, 247, 0.75);
}
.esriPopup .pointer, .esriPopup .outerPointer {
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: rgba(257, 247, 247, 0.75);
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38908#M3305</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T21:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent popup window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38909#M3306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/transparent-popup-window/m-p/38909#M3306</guid>
      <dc:creator>NaciDilekli</dc:creator>
      <dc:date>2016-07-12T15:22:00Z</dc:date>
    </item>
  </channel>
</rss>

