HELLO, can anybody tell me where to change the background color for a customized widget I built? Thanks,
Thanks Robert for your response. I have attached a screen shot. I used Lauchpad theme and I want to change the default white background color to other color.
Alex,
that is a very subjective question... Is your widget using a tab container? What theme are you using? Probably would be better to attach a screenshot pointing to exactly what you are trying to change color for.
Add this css rule to your [install dir]\server\apps\[app#]\themes\LaunchpadTheme\common.css
<SPAN class="selector token">.jimu-panel.jimu-launchpad-panel</SPAN> <SPAN class="punctuation token">{</SPAN> <SPAN class="property token">background-color</SPAN><SPAN class="punctuation token">:</SPAN> blue<SPAN class="punctuation token">;</SPAN> <SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Worked, always! Thanks, Robert.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.