diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css index c58355cdf7f..1f67f7b50dc 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css @@ -433,3 +433,10 @@ QMenu::separator { border-radius: 3px; } +QToolTip { + color: #333333; + background-color: #eeeeee; + border-color: #333333; + border-width: 1px; +} +