big changes

everything with lease and expire dates
This commit is contained in:
Tóth Richárd
2019-08-29 17:22:24 +02:00
parent 3915d630dd
commit dccd23f1a1
20 changed files with 315 additions and 125 deletions

View File

@@ -36,6 +36,11 @@ div.list div.money_deposit {
color: #020372;
}
div.list div.money_deposit.expired {
background-color: #D9D6D3;
color: #5b5b60;
}
.list .money_deposit:hover {
background-color: #F3BF75;
border-left: 2px solid #000;