No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. esteban
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    esteban

    @esteban

    0
    Reputation
    25
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    esteban Follow

    Latest posts made by esteban

    • RE: How to change the color of the text of a placeholder

      I placed this in my app.styl

      $desired-color = purple
      .q-if
      .q-input-target-placeholder
      color $desired-color !important
      .q-input-target
      &::-webkit-input-placeholder /* Chrome/Opera/Safari */
      color $desired-color !important
      &::-moz-placeholder
      color $desired-color !important
      &:-ms-input-placeholder
      color $desired-color !important

      May it helps

      posted in Help
      E
      esteban