Files
paperclip-wallet/assets/styles/forms.css
2019-10-22 17:32:38 +02:00

48 lines
649 B
CSS
Executable File

.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-sign-in-alt {
color: green;
}
#tableTransactionsForAll .fa-sign-out-alt {
color: red;
}
#tableTransactionsForAll .fa-arrow-left {
color: #228B22;
}
#tableTransactionsForAll .fa-arrows-alt-h {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-question {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-check {
color: #228B22;
}