Firefox hack: making form-field focus more visible

TorgoX on 2005-08-05T03:22:15

Dear Log,

As I'm tabbing thru input-fields on web pages, sometimes I can't tell where the hell the focus went. So I made this:

  textarea {
    border-bottom-width: 3px !important;
  }
  textarea:focus, input:focus, select:focus, option:focus { 
    border-bottom-color: #2f2 !important;
    border-bottom-style: dashed !important;
  }
Put that in your ~/.mozilla/firefox/[gibberish here]/chrome/userContent.css file, and all is made clearer.


That is much better, thank you.

q on 2005-08-05T04:11:50

thanks.

Thanks!

yDNA Barak on 2005-08-05T05:47:33

Oh, schweet.