More enhancements on deposits before adding business logic.

This commit is contained in:
Jonathan Rosenbaum
2014-12-30 16:39:31 +00:00
parent baebf5612b
commit 7ddff6778c
6 changed files with 518 additions and 6 deletions
+7
View File
@@ -21,4 +21,11 @@ form[name=FormEdit] select:focus {
color: green;
}
/* distinguish deposits */
.deposit {
background-color: #FFDB58;
}
.deposit [type='checkbox'] {
display: none;
}