Manage wallets

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-10 16:41:07 -03:00
commit ca3e9005a7
5 changed files with 77 additions and 14 deletions

View file

@ -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']