diary updated with money deposit objects

This commit is contained in:
Ricsi
2017-01-26 19:56:43 +01:00
parent bdd04b9cdc
commit 38d0a2657b
4 changed files with 148 additions and 44 deletions

View File

@@ -28,4 +28,16 @@ ul.topnav li a:hover, ul.topnav li a span:hover {
background: transparent;
color: #01112b;
text-decoration: underline;
}
div.list div.money_deposit {
background-color: #FD9500;
border-left: 2px solid #002E4C;
color: #020372;
}
.list .money_deposit:hover {
background-color: #F3BF75;
border-left: 2px solid #000;
color: #002E4C;
}