File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ input.tabs-radio:checked + label img {
733
733
-webkit-transform : translate (-50% , -55% );
734
734
transform : translate (-50% , -55% );
735
735
}
736
- # wHistory {
736
+ # full-transaction-history , # wallet-transaction-history {
737
737
width : 100% ;
738
738
padding : .5rem ;
739
739
padding-bottom : 1rem ;
@@ -835,7 +835,7 @@ input.tabs-radio:checked + label img {
835
835
opacity : 1 ;
836
836
}
837
837
}
838
- # wHistory tbody ,
838
+ # full-transaction-history tbody , # wallet-transaction-history tbody ,
839
839
# latestBlocksUnconfirmed ,
840
840
# latestBlocksTable {
841
841
font-family : 'Lekton' ;
@@ -1493,7 +1493,7 @@ input.tabs-radio:checked + label img {
1493
1493
.wB-buttons {
1494
1494
height : 22.5% ;
1495
1495
}
1496
- # wHistory {
1496
+ # full-transaction-history , # wallet-transaction-history {
1497
1497
display : none;
1498
1498
}
1499
1499
}
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ <h2>SEND PAYMENT</h2>
653
653
</ div >
654
654
655
655
656
- < div id ="wHistory " class ="wavesTable ">
656
+ < div id ="wallet-transaction-history " class ="wavesTable ">
657
657
< table >
658
658
< thead >
659
659
< div class ="wTMainHeader ">
@@ -747,7 +747,7 @@ <h1>DECENTRALIZED VOTING</h1>
747
747
<!-- HISTORY TAB -->
748
748
< div id ="mBB-history " class ="mBB-content ">
749
749
750
- < div id ="wHistory " class ="wavesTable ">
750
+ < div id ="full-transaction-history " class ="wavesTable ">
751
751
< table >
752
752
< thead >
753
753
< div class ="wTMainHeader ">
You can’t perform that action at this time.
0 commit comments