Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
TargetedEntropy committed Jul 10, 2021
1 parent 4903b22 commit 9de74ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ min-height:30px;

QWidget .QFrame#frame .QLabel#labelWalletStatus { /* Wallet Sync Status */
qproperty-alignment: 'AlignVCenter | AlignLeft';
color: #ff4500;
color: #38d145;
margin-left:3px;
}

Expand Down Expand Up @@ -917,7 +917,7 @@ min-height:30px;
/******************************************************************/
QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendSyncStatus { /* PrivateSend Sync Status */
qproperty-alignment: 'AlignVCenter | AlignLeft';
color: #ff4500;
color: #38d145;
margin-left:2px;
padding-right:5px;
}
Expand Down Expand Up @@ -1064,7 +1064,7 @@ min-height:30px;

QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
qproperty-alignment: 'AlignBottom | AlignRight';
color: #ff4500;
color: #38d145;
min-width:93px;
margin-top:0;
margin-left:16px;
Expand Down
6 changes: 3 additions & 3 deletions src/qt/res/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ min-height:30px;

QWidget .QFrame#frame .QLabel#labelWalletStatus { /* Wallet Sync Status */
qproperty-alignment: 'AlignVCenter | AlignLeft';
color: red;
color: #38d145;
margin-left:3px;
}

Expand Down Expand Up @@ -867,7 +867,7 @@ min-height:30px;
/******************************************************************/
QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendSyncStatus { /* PrivateSend Sync Status */
qproperty-alignment: 'AlignVCenter | AlignLeft';
color: red;
color: #38d145;
margin-left:2px;
padding-right:5px;
}
Expand Down Expand Up @@ -1014,7 +1014,7 @@ min-height:30px;

QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
qproperty-alignment: 'AlignBottom | AlignRight';
color: red;
color: #38d145;
min-width:93px;
margin-top:0;
margin-left:16px;
Expand Down

0 comments on commit 9de74ff

Please sign in to comment.