clean unused templates
added .env file to git because of the reason :)
This commit is contained in:
@@ -165,6 +165,4 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
filterForm.submit();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
@@ -102,9 +102,9 @@ button.btn-secondary:hover{
|
||||
}
|
||||
|
||||
.btn.active {
|
||||
background-color: #0d6efd;
|
||||
background-color: #a57d52;
|
||||
color: #fff;
|
||||
border-color: #0d6efd;
|
||||
border-color: #a57d52;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -103,6 +103,21 @@ table tr:last-child td {
|
||||
margin: 0 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.selectable-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
.selected-row {
|
||||
background-color: #EDDECB;
|
||||
}
|
||||
.btn[disabled] {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.status {
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
|
||||
Reference in New Issue
Block a user