Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

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 #4641
  • Loading branch information
anthonybilinski committed Sep 13, 2017
1 parent c499597 commit fc1ed10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/settings/mainContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ QPushButton
background: white;
}

QToolTip
{
color: black;
background: #ffffdc;
}

QGroupBox
{
color: black;
Expand Down

0 comments on commit fc1ed10

Please sign in to comment.