https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 70f1488c0b16ecd932f3053c70c41d0176b9cdc5 authored by ffxbld on 03 April 2015, 02:14:55 UTC
Added FENNEC_37_0_1_RELEASE FENNEC_37_0_1_BUILD1 tag(s) for changeset ac6b31f61d02. DONTBUILD CLOSED TREE a=release
Tip revision: 70f1488
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