(WIP) First steps to #32
This commit is contained in:
@@ -1,44 +1,47 @@
|
||||
.select-wrapper .caret {
|
||||
fill: #aaa;
|
||||
fill: #aaa;
|
||||
}
|
||||
|
||||
.select-dropdown
|
||||
{
|
||||
color: #aaa;
|
||||
.select-dropdown {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.dropdown-content li>a, .dropdown-content li>span {
|
||||
color: rgb(36, 13, 21);
|
||||
color: rgb(36, 13, 21);
|
||||
}
|
||||
|
||||
#sendFeeRange {
|
||||
margin-top: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.card-panel {
|
||||
background-color: #333
|
||||
background-color: #333
|
||||
}
|
||||
|
||||
.sendWrapper input {
|
||||
color: #aaa;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-arrow-right {
|
||||
color: red;
|
||||
#tableTransactionsForAll .fa-sign-in-alt {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-sign-out-alt {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-arrow-left {
|
||||
color: #228B22;
|
||||
color: #228B22;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-arrows-alt-h {
|
||||
color: #DCDCDC;
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-question {
|
||||
color: #DCDCDC;
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
#tableTransactionsForAll .fa-check {
|
||||
color: #228B22;
|
||||
color: #228B22;
|
||||
}
|
||||
|
||||
2
assets/styles/materialize.min.css
vendored
2
assets/styles/materialize.min.css
vendored
@@ -4651,7 +4651,7 @@ small {
|
||||
}
|
||||
|
||||
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
|
||||
background-color: #1d7d74
|
||||
background-color: #c3300f
|
||||
}
|
||||
|
||||
.btn, .btn-large, .btn-small {
|
||||
|
||||
Reference in New Issue
Block a user