Changing tooltip appearance

I guess the asterisks in your code are swallowed by the forum editor…
This works on my machine:

QToolTip {
color: rgba(255,255,255,1);
padding: 3px;
border-radius: 3px;
background-color: rgba(200,75,100,1);
border: 1px solid rgba(0,255,255,1);
}

Screenshot (415)

So:

  • either you’re using the wrong QSS, try creating and replacing the Theme by hand if your using the ReloadScrivenerTheme AutoHotKey-script.
  • or the border statement with the Palette color is flawed and prevents the background-color from showing. Try using an RGBA-color instead of a Palette color.

Hope this helps. Share your Theme in this post when it works. :slight_smile: