Commit 6bfe8ffd authored by Bryant's avatar Bryant

Improve contrast when highlighting parameters in the Onboard Parameters widget for dark themes.

parent 16cd6cc7
......@@ -660,6 +660,10 @@ QToolTip {
color: #DDD;
}
QTreeView::item:selected {
color: #000;
}
UASQuickViewItem QLabel {
padding: 0;
margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment