Add monero orange color code for tx confidence indicator

This commit is contained in:
chimp1984 2020-09-03 20:50:46 -05:00
parent 023eb97f04
commit 7cc021d7d6
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3
2 changed files with 9 additions and 0 deletions

View File

@ -856,6 +856,12 @@ textfield */
-fx-max-height: 20;
}
#xmr-confidence {
-fx-progress-color: -xmr-orange;
-fx-max-width: 20;
-fx-max-height: 20;
}
.hyperlink,
.hyperlink.force-underline .text,
.hyperlink:hover,

View File

@ -106,6 +106,9 @@
/* dao chart colors */
-bs-chart-dao-line1: -bs-color-green-3;
-bs-chart-dao-line2: -bs-color-blue-5;
/* Monero orange color code */
-xmr-orange: #F26822;
}
.warning-box {