Skip to content

Commit

Permalink
style: reward pagination details
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Mar 9, 2024
1 parent 0dd647f commit 96afe03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions static/styles/rewards/claim-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ table[data-claim-rendered] button {
opacity: 0.5;
}
table[data-claim-rendered] button.hide {
display:none !important;
display: none !important;
}
table[data-claim-rendered] button:disabled {
opacity: 0.5;
Expand Down Expand Up @@ -291,12 +291,6 @@ table[data-claim="ok"] tbody {
color: #fff;
}

.show-pagination {
display: flex;
cursor: pointer;
padding: 10px;
}

.hide-pagination {
display: none;
}
Expand Down
3 changes: 2 additions & 1 deletion static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ footer {
flex-direction: row;
align-items: center;
align-self: center;
margin-bottom: 10px;
margin: 12px auto;
opacity: 0.5;
}

#prevTx,
Expand Down

0 comments on commit 96afe03

Please sign in to comment.