big changes
everything with lease and expire dates
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user