tor-browser

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

file-selector-button-margin.html (344B)


      1 <!doctype html>
      2 <title>CSS Test: margin can be used to shrink the spacing between the file selector button and its label</title>
      3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1673895">
      4 <link rel="mismatch" href="file-selector-margin-notref.html">
      5 <style>
      6 ::file-selector-button {
      7  margin: 0;
      8 }
      9 </style>
     10 <input type=file>