Files
paperclip-wallet/assets/styles/forms.css
FallenGravity 80d5155a12 Fixes #43
2019-10-22 16:37:01 +02:00

45 lines
608 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-arrow-right {
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;
}