<?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: Custom CSS or Calcite button inside Instant Aps Introduction Window in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381473#M2313</link>
    <description>&lt;P&gt;if you can send the style for the button border or the button itself, generating the hover can be done much quicker.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 08:43:39 GMT</pubDate>
    <dc:creator>ChimeicheaAmadi</dc:creator>
    <dc:date>2024-02-13T08:43:39Z</dc:date>
    <item>
      <title>Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381333#M2310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently working inside the Elections Outreach solution's "Locate My Polling Place" app, and I am trying to implement a button inside the Introduction (info-content) window. I was able to create one with basic HTML, however, I would like to customize it further to replicate the hover and style behavior of a button and maybe add an icon.&lt;/P&gt;&lt;P&gt;The purpose of the button is to make Spanish language availability more intuitive for members of the public that visit the app.&lt;/P&gt;&lt;P&gt;However, I don't seem to be able to use custom CSS on the HTML inside the introduction window, or use calcite components. Is any of this possible?&lt;/P&gt;&lt;P&gt;Any suggestions would be immensely appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Button Capture.PNG" style="width: 470px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94546i47251787FF0A6D07/image-size/large?v=v2&amp;amp;px=999" role="button" title="Button Capture.PNG" alt="Button Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/apps/instant/lookup/index.html?appid=0a1329c63d524841b1defe4429e92b50" target="_blank" rel="noopener"&gt;https://www.arcgis.com/apps/instant/lookup/index.html?appid=0a1329c63d524841b1defe4429e92b50&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381333#M2310</guid>
      <dc:creator>BriantFabela</dc:creator>
      <dc:date>2024-02-12T22:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381346#M2311</link>
      <description>&lt;P&gt;for the style (hover), what kind of hover do you intend to implement?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381346#M2311</guid>
      <dc:creator>ChimeicheaAmadi</dc:creator>
      <dc:date>2024-02-12T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381348#M2312</link>
      <description>&lt;P&gt;I would like to thicken the border of the button on hover, just like the calcite buttons.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381348#M2312</guid>
      <dc:creator>BriantFabela</dc:creator>
      <dc:date>2024-02-12T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381473#M2313</link>
      <description>&lt;P&gt;if you can send the style for the button border or the button itself, generating the hover can be done much quicker.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 08:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381473#M2313</guid>
      <dc:creator>ChimeicheaAmadi</dc:creator>
      <dc:date>2024-02-13T08:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381712#M2314</link>
      <description>&lt;P&gt;Here's a really ugly example of how you could style the link when users hover over it. You'd paste this css in the Custom Css section of the config panel&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.details-content p a:hover {
    background-color: orange !important;
    color: blue !important;
    border: none!important;
    border-bottom: solid 4px crimson !important;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Feb 2024 17:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381712#M2314</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2024-02-13T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CSS or Calcite button inside Instant Aps Introduction Window</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381798#M2315</link>
      <description>&lt;P&gt;Thank you so much Kelly, this did the trick!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 19:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/custom-css-or-calcite-button-inside-instant-aps/m-p/1381798#M2315</guid>
      <dc:creator>BriantFabela</dc:creator>
      <dc:date>2024-02-13T19:12:25Z</dc:date>
    </item>
  </channel>
</rss>

