1. Fix(CSS): Styles improved across all pages. \n 2. Fix(SQL): User authentication correction for demo account with user role.

This commit is contained in:
2025-07-12 18:28:30 +01:00
parent 62cafa8bed
commit 4954c63d84
121 changed files with 562 additions and 3917 deletions

View File

@@ -72,7 +72,7 @@
width: 10vh;
min-width: 10vh;
}
#tableMain thead tr th.product_variations.collapsed, #tableMain tbody tr td.product_variations.collapsed {
#tableMain thead tr th.product_variations.is_collapsed, #tableMain tbody tr td.product_variations.is_collapsed {
width: 10vh;
min-width: 10vh;
display: table-cell !important;
@@ -110,5 +110,13 @@ select.id_variation, select.id_variation_type {
}
*/
@media screen and (max-width: 850px) {
#formFilters input,
#formFilters select {
width: 12vh;
min-width: 12vh;
}
}
/*# sourceMappingURL=dog_dog_command_links.bundle.css.map*/