Results 1 to 4 of 4

Thread: Firefox forcing text input color

  1. #1
    Join Date
    Jun 2007
    Beans
    14,783

    Firefox forcing text input color

    I use a dark theme with light text and some pages have white/light text input boxes where the text is white/light as well (making it invisible). I am a horrible typist, so it's important for me to see what I'm typing.

    I know I fixed this issue before by making a userContent.css (or was it userChrome.css?) file with a few lines changed, but I can't find the code snippet I used (and css is not my thing).

    Any ideas?

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Firefox forcing text input color

    Try
    INPUT, TEXTAREA {color: black !important; background: #aaaaaa !important; }
    in userContent.css

  3. #3
    Join Date
    Jun 2007
    Beans
    14,783

    Re: Firefox forcing text input color

    I changed it to:
    Code:
    INPUT, TEXTAREA {color: white !important; background: black !important; }
    It seems to be working so far. Thanks.
    (Will mark solved after more testing).

  4. #4
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Firefox forcing text input color

    Quote Originally Posted by Temüjin View Post
    I changed it to:
    Code:
    INPUT, TEXTAREA {color: white !important; background: black !important; }
    It seems to be working so far. Thanks.
    (Will mark solved after more testing).
    No problem, dark themes can produce a variety of surprises!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •