Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS background-color of text input fields

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35724
    amis
    Participant

    When I put the following code into my css file:
    input {
    background-color:transparent;
    }
    Chrome still makes the text-input fields yellow. ( hex-code: #faffbd)
    However, it becomes transparent at the onfocus event
    It also stays transparent after the onblur event, unless there are 2 text-input fields in the form.
    The second one gets the yellow background again when I focus on the first input field.

    Is there some solution to change this behaviour ?

    #93016
    amis
    Participant
    #93017
    amis
    Participant

    thx kgscott284 but i mean pale yellow background which come when it is auto complete

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.