<?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: Foldable Theme: query hints are impossible to read in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762121#M19940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully ESRI tech support very carefully reads these forums and automatically files away everything into a TODO list.&amp;nbsp; Yeah, right.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 20:50:46 GMT</pubDate>
    <dc:creator>BarnabyRockwell</dc:creator>
    <dc:date>2015-09-17T20:50:46Z</dc:date>
    <item>
      <title>Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762117#M19936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In WAB apps created in previous versions of WAB Developer edition that were imported into WAB Dev 1.2, the hints for query widget entries are impossible to read because the type color is the same shade of gray as the widget background:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="127252" alt="Untitled.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127252_Untitled.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change either the widget background or the type color of the hints?&amp;nbsp; Note that the image shows the query widget nested inside a compound widget that also includes the custom ID widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the query widget is a standalone widget (not nested with another widget), the widget background is white so that the gray type color of the hints is readable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 19:37:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762117#M19936</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2015-09-17T19:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762118#M19937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Barnaby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The simple fix is to go into the [install-dir]\server\apps\[app#]\widgets\Query\css\style.css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; And add line 8 to this block:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-query {
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: relative;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 99%;
&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 100%;
&amp;nbsp;&amp;nbsp;&amp;nbsp; min-width: 222px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; min-height: 237px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow-x: hidden;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: white;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to make it even better you can add this block:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-single-filter-parameter .hint {
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-style: italic;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 12px;
&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #939598;
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: 5px;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762118#M19937</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762119#M19938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, what the heck would I do without you?&amp;nbsp; You have come to the rescue for about the 900th time.&amp;nbsp; You are the King.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, as usual,&lt;/P&gt;&lt;P&gt;Barnaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 20:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762119#M19938</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2015-09-17T20:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762120#M19939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Barnaby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are welcome. There seems to many little issue with stacked widgets. I think there should be from padding on the left and right of the widgets as well. All these are tings you should report to tech support when you have time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 20:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762120#M19939</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-17T20:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762121#M19940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully ESRI tech support very carefully reads these forums and automatically files away everything into a TODO list.&amp;nbsp; Yeah, right.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 20:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762121#M19940</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2015-09-17T20:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762122#M19941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears they only read this forum in the middle of the night from a different continent. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 16:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762122#M19941</guid>
      <dc:creator>ColeAndrews</dc:creator>
      <dc:date>2015-09-18T16:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762123#M19942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes sense, seems how the development team for WAB is esri Beijing R&amp;amp;D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 17:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762123#M19942</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-18T17:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762124#M19943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Overall, they seem to be doing a fine job.&amp;nbsp; I wish/hope that you would have a &lt;SPAN style="text-decoration: underline;"&gt;direct&lt;/SPAN&gt; hotline to them*, avoiding red tape, to communicate WAB issues/ideas to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*like a Bat Phone &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="500x_bat_phone.jpg" class="image-1 jive-image" src="http://cache.gawkerassets.com/assets/images/4/2010/03/500x_bat_phone.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Robert in disguise at Calhoun County GIS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 17:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762124#M19943</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2015-09-18T17:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Foldable Theme: query hints are impossible to read</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762125#M19944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even in WAB Dev 2.5, the font color issue for the query filter hints has not been fixed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/foldable-theme-query-hints-are-impossible-to-read/m-p/762125#M19944</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2017-07-25T22:49:12Z</dc:date>
    </item>
  </channel>
</rss>

