Forums

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

Home Forums CSS Trying to delete element.style default property(!important is not working)

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

    Trying to change textarea color on focus but unable to do it in chrome due to default element.style property.

    #269262
    Shikkediel
    Participant

    Show us a code example please.

    #269714
    Mamun
    Participant

    Very less description. Try this:

    textarea:focus {
    outline: none;
    }

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