From a8addd09d19906c2c3b9766dbb9c21b038ba7933 Mon Sep 17 00:00:00 2001 From: Bryant Date: Wed, 6 Aug 2014 08:34:39 -0700 Subject: [PATCH] Fix readability issues with the Onboard Parameters treeview items in the light theme. --- files/styles/style-light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 60c15e274..07d496fc2 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -549,6 +549,10 @@ QToolTip { color: #000; } +QTreeView::item { + color: #000; +} + UASQuickViewItem QLabel { padding: 0; margin: 0; -- 2.22.0