Manage wallets
This commit is contained in:
parent
9e695863ed
commit
ca3e9005a7
5 changed files with 77 additions and 14 deletions
|
|
@ -909,6 +909,14 @@ label small.has-error {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
table tr.active {
|
||||
background: #CBECE6;
|
||||
}
|
||||
|
||||
table tr.deleting {
|
||||
background: #FCD5D5;
|
||||
}
|
||||
|
||||
/* SECONDARY */
|
||||
|
||||
input[type='submit']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue