<?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 Is there method to change popup-text of widget group in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-method-to-change-popup-text-of-widget/m-p/810604#M6445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Launch Pad theme, I created a widget group (as the following folder icon). After it is open, when users is hovering over the icon, text (e.g. ‘Census Tract’ pops up). &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194833_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make the text of pop-up text darker and bold, and bigger. I am changing the code from theme - LaunchpadTheme -- widgets --AnchorBarController – css –style.css and codes like below: &lt;/P&gt;&lt;P&gt;.jimu-anchorbar-more-pupup .jimu-anchorbar-iconitem .icon-item.dockable{&lt;/P&gt;&lt;P&gt;&amp;nbsp; margin-top: 0;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: 'Arial','sans-serif'; color: #32393d; background: white;"&gt;font-weight: bold;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;But it does not do the change. Is there anything can work? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 14:51:56 GMT</pubDate>
    <dc:creator>JakeCliffton</dc:creator>
    <dc:date>2016-04-14T14:51:56Z</dc:date>
    <item>
      <title>Is there method to change popup-text of widget group</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-method-to-change-popup-text-of-widget/m-p/810604#M6445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Launch Pad theme, I created a widget group (as the following folder icon). After it is open, when users is hovering over the icon, text (e.g. ‘Census Tract’ pops up). &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194833_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make the text of pop-up text darker and bold, and bigger. I am changing the code from theme - LaunchpadTheme -- widgets --AnchorBarController – css –style.css and codes like below: &lt;/P&gt;&lt;P&gt;.jimu-anchorbar-more-pupup .jimu-anchorbar-iconitem .icon-item.dockable{&lt;/P&gt;&lt;P&gt;&amp;nbsp; margin-top: 0;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: 'Arial','sans-serif'; color: #32393d; background: white;"&gt;font-weight: bold;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;But it does not do the change. Is there anything can work? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-method-to-change-popup-text-of-widget/m-p/810604#M6445</guid>
      <dc:creator>JakeCliffton</dc:creator>
      <dc:date>2016-04-14T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there method to change popup-text of widget group</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-method-to-change-popup-text-of-widget/m-p/810605#M6446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the launchpad.css you will find these css rules that control that:&lt;/P&gt;&lt;P&gt;[install dir]\server\apps\[app#]\themes\LaunchpadTheme\styles\default\css\launchpad.css&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.claro .launchpad-tooltip .dijitTooltipContainer {
&amp;nbsp; color: #6d6e70;
&amp;nbsp; padding: 5px 15px;
&amp;nbsp; -webkit-box-shadow: none;
&amp;nbsp; box-shadow: none;
&amp;nbsp; opacity: 0.85;
&amp;nbsp; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
&amp;nbsp; filter: alpha(opacity=85);
}
.claro .launchpad-tooltip.dijitTooltipAbove {
&amp;nbsp; padding-bottom: 12px;
}
.claro .launchpad-tooltip.dijitTooltipAbove .dijitTooltipConnector {
&amp;nbsp; opacity: 0.85;
&amp;nbsp; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
&amp;nbsp; filter: alpha(opacity=85);
&amp;nbsp; border-top-color: #fff;
&amp;nbsp; bottom: 5px;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-method-to-change-popup-text-of-widget/m-p/810605#M6446</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T09:30:52Z</dc:date>
    </item>
  </channel>
</rss>

