(WIP) First steps to #32

This commit is contained in:
FallenGravity
2019-10-22 17:32:38 +02:00
parent 03330f3776
commit a3a3a4092b
5 changed files with 77 additions and 73 deletions

View File

@@ -5099,7 +5099,7 @@ small {
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
background-color: #1d7d74
background-color: #c3300f
}
.btn, .btn-large, .btn-small {

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -1,5 +1,4 @@
<div id="transactionsWrapper">
<!----<button type="button" class="btn btn-etho" id="btnRefreshTransactions">Refresh</button>-->
<table id="tableTransactionsForAll" class="display tableTransactions" style="width:100%">
<thead>
<tr>