<?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 CSS for Checkboxes in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583229#M47785</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have checkboxes that will serve as filters. Now i want to color code the Text next to the checkbox NOT the Label on top. I already got that working:&lt;/P&gt;&lt;P&gt;#input_severity_low {&lt;BR /&gt;text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;&lt;BR /&gt;font-variant: small-caps;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Howeverthis really only affects the label over the checkbox. I want the Text of (next to) the checkbox to be altered.&lt;/P&gt;&lt;P&gt;My Web-Analyzer shows me something like:&lt;/P&gt;&lt;P&gt;&amp;lt;label data-test="label" for="clickable-ae3424f7-85da-4201-9152-a98bf237f15d" data-size="medium"&lt;BR /&gt;class="SwitchStyles__StyledLabel-tie4e6-7 hGDbnW"&amp;gt;&lt;BR /&gt;4 - Low (&amp;lt;some number&amp;gt;)&amp;lt;/label&amp;gt;&lt;BR /&gt;&lt;BR /&gt;However the CSS Syle does not react to the class.&lt;/P&gt;&lt;P&gt;Anyone any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 15:24:49 GMT</pubDate>
    <dc:creator>Software-Simian</dc:creator>
    <dc:date>2022-02-01T15:24:49Z</dc:date>
    <item>
      <title>CSS for Checkboxes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583229#M47785</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have checkboxes that will serve as filters. Now i want to color code the Text next to the checkbox NOT the Label on top. I already got that working:&lt;/P&gt;&lt;P&gt;#input_severity_low {&lt;BR /&gt;text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;&lt;BR /&gt;font-variant: small-caps;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Howeverthis really only affects the label over the checkbox. I want the Text of (next to) the checkbox to be altered.&lt;/P&gt;&lt;P&gt;My Web-Analyzer shows me something like:&lt;/P&gt;&lt;P&gt;&amp;lt;label data-test="label" for="clickable-ae3424f7-85da-4201-9152-a98bf237f15d" data-size="medium"&lt;BR /&gt;class="SwitchStyles__StyledLabel-tie4e6-7 hGDbnW"&amp;gt;&lt;BR /&gt;4 - Low (&amp;lt;some number&amp;gt;)&amp;lt;/label&amp;gt;&lt;BR /&gt;&lt;BR /&gt;However the CSS Syle does not react to the class.&lt;/P&gt;&lt;P&gt;Anyone any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 15:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583229#M47785</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-02-01T15:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Checkboxes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583241#M47792</link>
      <description>&lt;P&gt;You can select which text you want to change by its value e.g. "4 - Low (&amp;lt;some number&amp;gt;)" or by its position&amp;nbsp; index e.g. 3&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;style&amp;gt;
          #checkbox_input_id div[data-test-value="4 - Low (&amp;lt;some number&amp;gt;)"] label {
            color: red !important;
          }
          #checkbox_input_id div:nth-child(3) label {
            color: green !important;
          }
        &amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 16:17:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583241#M47792</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-01T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Checkboxes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583254#M47797</link>
      <description>&lt;P&gt;Awesome thanks!!&lt;/P&gt;&lt;P&gt;was actually child(2) but anyhow works like a charme!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 16:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-Checkboxes/m-p/583254#M47797</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-02-01T16:36:19Z</dc:date>
    </item>
  </channel>
</rss>

