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

@@ -188,6 +188,12 @@ a.addbutton.noti {
text-align: left;
}
.list_item table.money.expired {
color: #7d6d6d;
font-weight: normal;
cursor: not-allowed;
}
.list_item table.money td.icon {
width: 25px;
padding: 0px;

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;