ui: force labelTotal to render green on overview

Split the grouped ID selector so #labelTotal gets its own rule with
explicit font (12pt bold) inline. Hardens against Qt cascading
edge cases where a peer-selector group could be parsed-out by
an older Qt build or silently dropped if one ID doesn't match.

Fixes: 'Total on Overview always renders red' UI bug
This commit is contained in:
Sami Ahmed
2026-07-08 00:31:06 -07:00
parent 9927724bf2
commit 1cb42e0b02
+4 -2
View File
@@ -434,8 +434,10 @@ background-color: #000;
QWidget#line {
border: 2px solid #e32105;
}
QLabel#labelBalance, QLabel#labelTotal, QLabel#labelStake { color: #7CDB8A; }
QLabel#labelUnconfirmed, QLabel#labelImmature { color: #A8B847; }
QLabel#labelBalance, QLabel#labelStake { color: #7CDB8A; }
QLabel#labelTotal { color: #7CDB8A; font: 12pt bold; }
QLabel#labelUnconfirmed { color: #A8B847; }
QLabel#labelImmature { color: #A8B847; }
</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0">