<?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 How to change default button background color? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-default-button-background-color/m-p/429969#M28343</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I like to change the submit button default background color from green and font style, please help me that.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2019 04:27:59 GMT</pubDate>
    <dc:creator>strkwer</dc:creator>
    <dc:date>2019-04-24T04:27:59Z</dc:date>
    <item>
      <title>How to change default button background color?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-default-button-background-color/m-p/429969#M28343</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I like to change the submit button default background color from green and font style, please help me that.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 04:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-default-button-background-color/m-p/429969#M28343</guid>
      <dc:creator>strkwer</dc:creator>
      <dc:date>2019-04-24T04:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default button background color?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-default-button-background-color/m-p/429970#M28344</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try with the following CSS and modify it accordingly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;submitbutton&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="true"&amp;gt;
    &amp;lt;input type="text" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;field1&amp;lt;/label&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row depends="$hide$"&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
      #submit .btn-primary {
        font-family: monospace;
        background-color: #4048a5 !important;
      }
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Apr 2019 04:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-default-button-background-color/m-p/429970#M28344</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-24T04:31:46Z</dc:date>
    </item>
  </channel>
</rss>

