tor-browser

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

number-placeholder-right-aligned.html (459B)


      1 <!doctype html>
      2 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      3 <link rel="author" title="Mozilla" href="https://mozilla.org">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1698043">
      5 <link rel="match" href="number-placeholder-right-aligned-ref.html">
      6 <style>
      7 input {
      8  color: black;
      9  text-align: right;
     10 }
     11 input::placeholder {
     12  color: inherit;
     13  opacity: 1;
     14 }
     15 </style>
     16 <input type=number placeholder=0>