https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eba381b5a1d26f1c5d5ba51c67117cae985680c4 authored by ffxbld on 02 June 2016, 18:30:27 UTC
Added FIREFOX_45_2_0esr_RELEASE FIREFOX_45_2_0esr_BUILD1 tag(s) for changeset adc9196fd963. DONTBUILD CLOSED TREE a=release
Tip revision: eba381b
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