diff --git a/data/themes/default/style.css b/data/themes/default/style.css index ba1684591..a514aca0d 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -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 );