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.