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:
commit
7280e3142a
|
@ -49,6 +49,12 @@ QPushButton
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolTip
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
background: #ffffdc;
|
||||||
|
}
|
||||||
|
|
||||||
QGroupBox
|
QGroupBox
|
||||||
{
|
{
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user