I want to change the color of the coordinate-conversion button only. have tried
.esri-widget--button { background-color:blue; }
but this changes all widgets
Ah. So you want this then:
<SPAN class="selector token">.esri-coordinate-conversion .esri-widget--button</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>
That's the result i got too. However, I actually want to change the button circled below to blue
Richard,
Hmm... That is exactly what it does for me.
I want to change the select button
Thanks for the reply, Robert. However, this changes the select. I want to change the select button as seen below
Use this rule then:
<SPAN class="selector token">.esri-coordinate-conversion__select-row</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>
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.