0

How can I change the background select and options color when it is clicked ? I'm doing the custom select css. https://codepen.io/alex-filippovich/pen/QWVVxxy

<label for="select" class="select">
    <input type="radio" name="list" value="not_changed" id="bg" checked />
    <input type="radio" name="list" value="not_changed" id="select">
    <label class="bg" for="bg"></label>
    <div class="items">
      <input type="radio" name="list" value="first_value" id="list[0]">
      <label for="list[0]">First option</label>
      <input type="radio" name="list" value="second_value" id="list[1]">
      <label for="list[1]">Second loooooong option</label>
      <span id="text">Select something...</span>
    </div>
</label>

0 Answers0