https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eaec7477b655f6c082678c2499ac74b5a19c6d45 authored by ffxbld on 17 September 2015, 03:34:24 UTC
Added FENNEC_41_0_RELEASE FENNEC_41_0_BUILD2 tag(s) for changeset db442a70c84e. DONTBUILD CLOSED TREE a=release
Tip revision: eaec747
bug1082486-1.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
     <style>
     /* Eliminate the blue glow when focusing the element. */
     input {
       background: none;
       border: none;
       outline: none;
     }
     </style>
  </head>
  <body onload="document.getElementById('i').focus();">
    <a target="_blank" href="https://bugzil.la/1082486">Mozilla Bug 1082486</a>

    <!-- The caret will not be seen when the input is focused. -->
    <input id='i' value="abcdefghd" style="text-indent: -10px">
  </body>
</html>
back to top