diff --git a/data/themes/cusis/style.css b/data/themes/cusis/style.css index c158e9bad..5cf8095d0 100644 --- a/data/themes/cusis/style.css +++ b/data/themes/cusis/style.css @@ -74,6 +74,11 @@ automationEditor { } +QToolTip { + background: rgb(224,224,224); + color: black; +} + QMenu { border:1px solid black; background-color: rgb( 192, 192, 192 ); diff --git a/data/themes/default/style.css b/data/themes/default/style.css index ec41b9f18..4ac5e1cde 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -45,6 +45,11 @@ automationEditor { } +QToolTip { + background: rgb(224,224,224); + color: black; +} + QMenu { border:1px solid black; background-color: rgb( 192, 192, 192 );