Files
paperclip-wallet/assets/styles/forms.css
2024-04-28 22:20:58 -07:00

49 lines
663 B
CSS
Executable File

.select-wrapper .caret {
fill: #aaa;
}
.select-dropdown {
color: #aaa;
}
.dropdown-content li>a, .dropdown-content li>span {
color: rgb(13, 36, 33);
}
#sendFeeRange {
margin-top: 40px;
}
.card-panel {
background-color: #333
}
.sendWrapper input {
color: #aaa;
}
#tableTransactionsForAll .fa-sign-in-alt {
color: green;
}
#tableTransactionsForAll .fa-sign-out-alt {
color: rgb(0, 238, 255);
}
#tableTransactionsForAll .fa-arrow-left {
color: #228B22;
}
#tableTransactionsForAll .fa-arrows-alt-h {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-question {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-check {
color: #228B22;
}