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

fix(tooltip): Set font colour to black for beige tooltip background

Fixes #4641
This commit is contained in:
anthony.bilinski 2017-09-11 14:08:45 -07:00
parent c49959711e
commit fc1ed10199

View File

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