Feat: Product Variations page get, filter, and save. \n Fix: Active column changed to Add / Delete / Undelete column - this change has only been applied to Product Variations page
This commit is contained in:
2
static/dist/css/core_admin_home.bundle.css
vendored
2
static/dist/css/core_admin_home.bundle.css
vendored
@@ -5,3 +5,5 @@
|
||||
.container.row {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=core_admin_home.bundle.css.map*/
|
||||
2
static/dist/css/core_contact.bundle.css
vendored
2
static/dist/css/core_contact.bundle.css
vendored
@@ -32,3 +32,5 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=core_contact.bundle.css.map*/
|
||||
2
static/dist/css/core_home.bundle.css
vendored
2
static/dist/css/core_home.bundle.css
vendored
@@ -34,3 +34,5 @@ img {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
/*# sourceMappingURL=core_home.bundle.css.map*/
|
||||
2
static/dist/css/core_services.bundle.css
vendored
2
static/dist/css/core_services.bundle.css
vendored
@@ -44,3 +44,5 @@ img {
|
||||
max-width: 10vw;
|
||||
}
|
||||
*/
|
||||
|
||||
/*# sourceMappingURL=core_services.bundle.css.map*/
|
||||
2
static/dist/css/legal_license.bundle.css
vendored
2
static/dist/css/legal_license.bundle.css
vendored
@@ -6,3 +6,5 @@
|
||||
#pageBody > * :last-child {
|
||||
}
|
||||
|
||||
|
||||
/*# sourceMappingURL=legal_license.bundle.css.map*/
|
||||
27
static/dist/css/main.bundle.css
vendored
27
static/dist/css/main.bundle.css
vendored
@@ -654,16 +654,11 @@ tr {
|
||||
}
|
||||
*/
|
||||
|
||||
table textarea {
|
||||
width: 95% !important;
|
||||
}
|
||||
|
||||
table select {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
table textarea,
|
||||
table select,
|
||||
table input {
|
||||
width: 90% !important;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
table button {
|
||||
@@ -671,11 +666,16 @@ table button {
|
||||
padding: 0.5vh 1vh;
|
||||
}
|
||||
|
||||
tr.delete {
|
||||
table button.active {
|
||||
background-color: var(--c_purple_pastel);
|
||||
}
|
||||
|
||||
tr.delete, tr.delete > td {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
|
||||
|
||||
button.collapsed {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
@@ -693,11 +693,14 @@ form.filter button.save, form.filter button.button-cancel {
|
||||
#formFilters .container-input.filter.active {
|
||||
width: 8vh;
|
||||
}
|
||||
#formFilters .container-input.filter.is_not_empty {
|
||||
width: 12vh;
|
||||
}
|
||||
|
||||
|
||||
#tableMain {
|
||||
overflow-x: auto;
|
||||
padding: 1vh 2vh;
|
||||
padding: 1vh;
|
||||
max-width: 95vw; /* min(calc(1vh * 80), calc(1vw * 90)); */
|
||||
width: fit-content;
|
||||
margin: 1vh 2vh;
|
||||
@@ -767,3 +770,5 @@ form.filter button.save, form.filter button.button-cancel {
|
||||
--card-border: #dee2e6;
|
||||
--card-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.bundle.css.map*/
|
||||
2
static/dist/css/store_home.bundle.css
vendored
2
static/dist/css/store_home.bundle.css
vendored
@@ -56,3 +56,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/*# sourceMappingURL=store_home.bundle.css.map*/
|
||||
@@ -152,3 +152,5 @@ select.id_variation, select.id_variation_type {
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/*# sourceMappingURL=store_product_categories.bundle.css.map*/
|
||||
@@ -188,3 +188,5 @@ select.id_variation, select.id_variation_type {
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/*# sourceMappingURL=store_product_permutations.bundle.css.map*/
|
||||
2
static/dist/css/store_stock_items.bundle.css
vendored
2
static/dist/css/store_stock_items.bundle.css
vendored
@@ -138,3 +138,5 @@ th, td {
|
||||
width: 15vh;
|
||||
min-width: 15vh;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=store_stock_items.bundle.css.map*/
|
||||
Reference in New Issue
Block a user