manage wallets uses modal

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 12:48:03 -03:00
commit 5873f30262
6 changed files with 113 additions and 74 deletions

View file

@ -964,8 +964,9 @@ table tbody tr:last-child td {
border-bottom: none;
}
table tr.deleting {
background: #FCD5D5;
table.manage-wallets tr:hover {
background-color: #eee;
cursor: pointer;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {