24 lines
290 B
CSS
24 lines
290 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;
|
|
} |