<?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 Multiple CSS Content Pane Styles in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873023#M13044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I overrode my content pane class already. But now I want use another content pane with the default styling. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/web-appbuilder-custom-themes?sr=search&amp;amp;searchId=656cd270-a749-4463-a5a8-3745d50a3a8d&amp;amp;searchIndex=6"&gt;https://community.esri.com/groups/web-appbuilder-custom-themes?sr=search&amp;amp;searchId=656cd270-a749-4463-a5a8-3745d50a3a8d&amp;amp;searchIndex=6&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript?sr=search&amp;amp;searchId=3416ee6b-aa59-4251-8317-ce962d74be65&amp;amp;searchIndex=1"&gt;https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript?sr=search&amp;amp;searchId=3416ee6b-aa59-4251-8317-ce962d74be65&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 19:13:07 GMT</pubDate>
    <dc:creator>BrandonPrice</dc:creator>
    <dc:date>2018-01-12T19:13:07Z</dc:date>
    <item>
      <title>Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873023#M13044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I overrode my content pane class already. But now I want use another content pane with the default styling. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/web-appbuilder-custom-themes?sr=search&amp;amp;searchId=656cd270-a749-4463-a5a8-3745d50a3a8d&amp;amp;searchIndex=6"&gt;https://community.esri.com/groups/web-appbuilder-custom-themes?sr=search&amp;amp;searchId=656cd270-a749-4463-a5a8-3745d50a3a8d&amp;amp;searchIndex=6&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript?sr=search&amp;amp;searchId=3416ee6b-aa59-4251-8317-ce962d74be65&amp;amp;searchIndex=1"&gt;https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript?sr=search&amp;amp;searchId=3416ee6b-aa59-4251-8317-ce962d74be65&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 19:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873023#M13044</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873024#M13045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sure that is call&amp;nbsp;&lt;A href="https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/"&gt;css specificity&lt;/A&gt;&amp;nbsp;You need a css rule that only applies to one particular content pane. You can add a class name or a id to your rule then that rule is specific to that particular element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 19:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873024#M13045</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-12T19:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873025#M13046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a class in my html within the&amp;nbsp;title panes I wanted changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div data-dojo-type="dijit/TitlePane" data-dojo-props='open:false' class="download"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then adjusted my css in those areas to point to the&amp;nbsp;that class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.download .dijitTitlePaneTitle {&lt;BR /&gt; padding: 0 0 3px 5px;&lt;BR /&gt; background-color: white;&lt;BR /&gt; border-radius: 2px;&lt;BR /&gt; border: 1px solid black;&lt;BR /&gt; width: 30px;&lt;BR /&gt; height: 30px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.download .dijitTitlePaneContentInner {&lt;BR /&gt; border: 1px solid black;&lt;BR /&gt; margin-top: 7px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have also changed the&amp;nbsp;.dijitArrowNode's background image. I do not want to have an image display at all for the for one of my content panes and keep the custom image on the others. How do I that? Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 20:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873025#M13046</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873026#M13047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the same thing there make the css rule more specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 20:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873026#M13047</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-12T20:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873027#M13048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of these work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.download .dijitTitlePane .dijitClosed .dijitArrowNode {&lt;BR /&gt; background-position: 3px 0;&lt;BR /&gt; background-image: url("image/download.png");&lt;BR /&gt; height: 11px;&lt;BR /&gt; // change with your image dimensions width: 11.5px;&lt;BR /&gt; // change with your image dimensions&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.download .dijitTitlePane .dijitOpen .dijitArrowNode {&lt;BR /&gt; background-position: 3px 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.download .dijitTitlePane .dijitArrowNode {&lt;BR /&gt; background-image: url("image/download.png") !important;&lt;BR /&gt; background-repeat: no-repeat;&lt;BR /&gt; height: 11px !important;&lt;BR /&gt; // change with your image dimensions width: 11.5px;&lt;BR /&gt; // change with your image dimensions&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.download .dijitTitlePane .dijitArrowNode, .claro .dijitFieldset .dijitArrowNode {&lt;BR /&gt; width: 12.5px !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It goes back to the regular arrownode when I replace claro with my class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These work:&lt;/P&gt;&lt;P&gt;.download .dijitTitlePaneTitle {&lt;BR /&gt; padding: 0 0 3px 5px;&lt;BR /&gt; background-color: white;&lt;BR /&gt; border-radius: 2px;&lt;BR /&gt; border: 1px solid black;&lt;BR /&gt; width: 30px;&lt;BR /&gt; height: 30px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.download .dijitTitlePaneContentInner {&lt;BR /&gt; border: 1px solid black;&lt;BR /&gt; margin-top: 7px;&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 20:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873027#M13048</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T20:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873028#M13049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't replace .claro just add you class to the rule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 20:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873028#M13049</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-12T20:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873029#M13050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks Robert for your help so far. I still couldn't get that method to work. Maybe you know of an easier way via the html to remove the arrow node only on that particular title pane?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 21:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873029#M13050</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T21:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873030#M13051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What is the rule you are attempting to use to hide the arrow now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 21:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873030#M13051</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-12T21:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873031#M13052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was planning on getting the custom arrow node to show with my new class on two of my custom panes and then I would set the default claro arrow node display to none on my other content pane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 21:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873031#M13052</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T21:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873032#M13053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, But what rule have you tried that is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 22:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873032#M13053</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-12T22:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873033#M13054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A rule as simple as this should work:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.download.dijitArrowNode&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;display&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; none&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or even a little more specific:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.download.dijitTitlePane .dijitArrowNode&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;display&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; none&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873033#M13054</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CSS Content Pane Styles</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873034#M13055</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;&lt;/P&gt;&lt;P&gt;Not sure what was going on with me on my end. Sorry for the confusion. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 23:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/multiple-css-content-pane-styles/m-p/873034#M13055</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-12T23:11:40Z</dc:date>
    </item>
  </channel>
</rss>

