1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4642

anthony.bilinski (1):
      fix(tooltip): Set font colour to black for beige tooltip background
This commit is contained in:
sudden6 2017-09-16 11:45:37 +02:00
commit 7280e3142a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -49,6 +49,12 @@ QPushButton
background: white;
}
QToolTip
{
color: black;
background: #ffffdc;
}
QGroupBox
{
color: black;