Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created August 29, 2015 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NathanW2/9387bf72f35c12e8510b to your computer and use it in GitHub Desktop.
Save NathanW2/9387bf72f35c12e8510b to your computer and use it in GitHub Desktop.
QToolTip
{
border: 1px solid #222;
background-color: #333;
color: @text;
}
QWidget
{
color: @text;
background-color: @background;
}
QWidget:item:hover
{
background-color: #507098;
color: @text;
}
@background: #323232
@text: #aaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment