https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f9b535e27012453410b936d3681af1b3b39ec0e9 authored by ffxbld on 15 December 2015, 00:34:30 UTC
Added FENNEC_43_0_RELEASE FENNEC_43_0_BUILD2 tag(s) for changeset 3024f3aece6c. DONTBUILD CLOSED TREE a=release
Tip revision: f9b535e
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