Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

TorgoX (1933)

TorgoX
  {sburke} {at} {cpan.org}
http://search.cpan.org/~sburke/

"Il est beau comme la retractilité des serres des oiseaux rapaces [...] et surtout, comme la rencontre fortuite sur une table de dissection d'une machine à coudre et d'un parapluie !" -- Lautréamont

Journal of TorgoX (1933)

Thursday August 04, 2005
11:22 PM

Firefox hack: making form-field focus more visible

[ #26111 ]
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.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.