36 lines
488 B
CSS
36 lines
488 B
CSS
.select-wrapper .caret {
|
|
fill: #aaa;
|
|
}
|
|
|
|
.select-dropdown
|
|
{
|
|
color: #aaa;
|
|
}
|
|
|
|
.dropdown-content li>a, .dropdown-content li>span {
|
|
color: rgb(36, 13, 21);
|
|
}
|
|
|
|
#sendFeeRange {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.card-panel {
|
|
background-color: #333
|
|
}
|
|
|
|
.sendWrapper input {
|
|
color: #aaa;
|
|
}
|
|
|
|
#tableTransactionsForAll .fa-arrow-right {
|
|
color: #8B0000;
|
|
}
|
|
|
|
#tableTransactionsForAll .fa-arrow-left {
|
|
color: #228B22;
|
|
}
|
|
|
|
#tableTransactionsForAll .fa-arrows-alt-h {
|
|
color: #DCDCDC;
|
|
} |