Multi-edit ✏ #571

This commit is contained in:
Jokob-sk
2024-02-24 13:30:18 +11:00
parent 7d715493a6
commit 4f5fbb1316
17 changed files with 612 additions and 141 deletions

View File

@@ -1030,6 +1030,31 @@ input[readonly] {
z-index: 100;
}
/* Multi-edit adjustements */
.box-header
{
min-height: 55px;
}
.red-hover-border:hover
{
border-color: red !important;
border-width: 1px;
border-style: solid;
}
.red-hover-background:hover
{
background-color: red !important;
}
#multi-edit-form .form-group
{
height: 45px;
}
/* -----------------------------------------------------------------------------
Donations
----------------------------------------------------------------------------- */