Add transaction versioning, tx cancellation (#79)
This commit is contained in:
parent
4a97535dec
commit
500edcf279
15 changed files with 2223 additions and 1468 deletions
3446
public/elm.js
3446
public/elm.js
File diff suppressed because it is too large
Load diff
|
|
@ -204,6 +204,12 @@ p {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.lamassuAdminTxTable a {
|
||||
text-decoration: none;
|
||||
color: #5f5f56;
|
||||
border-bottom: 1px solid #37e8d7;
|
||||
}
|
||||
|
||||
.lamassuAdminTxTable .lamassuAdminNumberColumn {
|
||||
text-align: right;
|
||||
width: 10em;
|
||||
|
|
@ -215,6 +221,10 @@ p {
|
|||
font-size: 90%;
|
||||
}
|
||||
|
||||
.lamassuAdminTxTable .lamassuAdminTxCancelled {
|
||||
background-color: #efd1d2;
|
||||
}
|
||||
|
||||
.lamassuAdminTxTable tbody {
|
||||
font-family: Inconsolata, monospace;
|
||||
color: #5f5f56;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue