Raw File
button-fieldset-ref.html
<!DOCTYPE html>
<html>
  <body>
    <fieldset>
      <fieldset disabled>
        <button style="background-color: green;"></button>
      </fieldset>
    </fieldset>
  </body>
</html>

back to top