1 2 3 4 5 6 7 8
<!doctype html> <style> input:focus { outline: 1px solid green; caret-color: transparent; } </style> <input autofocus>