Themes: explicitely set background and text color for tooltips

As the colors of QToolTip depend on the desktop environment used,
explicitely set background and text color for fixing cases like
white text on bright yellow background.

Closes #3006955.
(cherry picked from commit d7ce7d485b)
This commit is contained in:
Tobias Doerffel
2010-05-26 12:27:23 +02:00
parent 6a52e6430a
commit d63270cd06

View File

@@ -12,6 +12,12 @@ automationEditor {
background-color: rgb(0, 0, 0);
}
QToolTip {
background: rgb(224,224,224);
color: black;
}
QMenu {
border:1px solid black;
background-color: rgb( 192, 192, 192 );