Skip to content

Commit

Permalink
fix(tooltip): Set font colour to black for beige tooltip background
Browse files Browse the repository at this point in the history
Fixes qTox#4641
  • Loading branch information
anthonybilinski committed Sep 11, 2017
1 parent c499597 commit 1b5dc81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/settings/mainContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 49,11 @@ QPushButton
background: white;
}

QToolTip
{
color: black;
}

QGroupBox
{
color: black;
Expand Down

0 comments on commit 1b5dc81

Please sign in to comment.