<?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: How can I change input label color? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616049#M50583</link>
    <description>&lt;P&gt;That did the trick. Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 18:36:00 GMT</pubDate>
    <dc:creator>manderson7</dc:creator>
    <dc:date>2022-10-05T18:36:00Z</dc:date>
    <item>
      <title>How can I change input label color?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616039#M50581</link>
      <description>&lt;P&gt;I know I can change the color of a .panel-title, but I haven't found the code to change the .input-label color.&lt;/P&gt;
&lt;P&gt;This works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;   &amp;lt;panel id="panel2"&amp;gt;
      &amp;lt;title&amp;gt;title&amp;lt;/title&amp;gt;
      &amp;lt;input type="text" token="commentpicker"&amp;gt;
        &amp;lt;label&amp;gt;Add any additional comments below&amp;lt;/label&amp;gt;
        &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #panel2 .dashboard-panel .panel-title {
            color:     #EC102B;
          }    
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this won't&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    &amp;lt;input type="multiselect" token="newenabledpicker" searchWhenChanged="false" id="input1"&amp;gt;
      &amp;lt;label&amp;gt;Modify or Disable (REQUIRED)?&amp;lt;/label&amp;gt;
      &amp;lt;choice value="modify"&amp;gt;Modify&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="disable"&amp;gt;Disable&amp;lt;/choice&amp;gt;
      &amp;lt;delimiter&amp;gt; &amp;lt;/delimiter&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #input1 .dashboard-panel .input-label {
            color:     #EC102B;
          }    
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 17:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616039#M50581</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2022-10-05T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change input label color?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616046#M50582</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/98430"&gt;@manderson7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;style&amp;gt;
          #input1 label {
            color:     #EC102B;
          }    
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-10-05 at 11.37.29 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21908i6FC94F414848DCEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-10-05 at 11.37.29 PM.png" alt="Screenshot 2022-10-05 at 11.37.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt; Thanks&lt;BR /&gt;KV&lt;BR /&gt;If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 18:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616046#M50582</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2022-10-05T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change input label color?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616049#M50583</link>
      <description>&lt;P&gt;That did the trick. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 18:36:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-change-input-label-color/m-p/616049#M50583</guid>
      <dc:creator>manderson7</dc:creator>
      <dc:date>2022-10-05T18:36:00Z</dc:date>
    </item>
  </channel>
</rss>

