tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

select-display-block-ref.html (367B)


      1 <!DOCTYPE html>
      2 <link rel=stylesheet href="resources/customizable-select-styles.css">
      3 
      4 <style>
      5 .customizable-select-button {
      6  display: block;
      7  width: 100px;
      8 }
      9 .customizable-select-button::after {
     10  display: block;
     11 }
     12 </style>
     13 
     14 <div class=customizable-select-button popovertarget=popover id=button>
     15  <span class=customizable-select-selectedcontent>one</span>
     16 </div>