ui: olive-green for unconfirmed/immature stakes
Pending and immature balance labels render in olive (#A8B847), visually distinct from confirmed positive balances (#7CDB8A) while still reading as 'incoming' rather than 'outgoing' (red).
This commit is contained in:
@@ -434,7 +434,8 @@ background-color: #000;
|
||||
QWidget#line {
|
||||
border: 2px solid #e32105;
|
||||
}
|
||||
QLabel#labelBalance, QLabel#labelTotal, QLabel#labelStake, QLabel#labelUnconfirmed, QLabel#labelImmature { color: #7CDB8A; }
|
||||
QLabel#labelBalance, QLabel#labelTotal, QLabel#labelStake { color: #7CDB8A; }
|
||||
QLabel#labelUnconfirmed, QLabel#labelImmature { color: #A8B847; }
|
||||
</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0">
|
||||
|
||||
Reference in New Issue
Block a user