Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.

This commit is contained in:
2025-07-17 18:58:06 +01:00
parent e0805ec2ed
commit 4e214c3bde
151 changed files with 12224 additions and 463 deletions

View File

@@ -0,0 +1,5 @@
#tableMain tbody > div {
width: 49vh;
}

View File

@@ -0,0 +1,42 @@
/*
#formFilters .container-input.filter.active_only {
}
*/
#tableMain tbody > div {
width: 113vh;
}
/*
#tableMain tbody tr td table thead tr th.id_variation_type,
#tableMain tbody tr td table tbody tr td.id_variation_type,
#tableMain tbody tr td table thead tr th.id_variation,
#tableMain tbody tr td table tbody tr td.id_variation {
width: 47.5%;
}
*/
#tableMain tbody tr td table thead tr th.button_shape,
#tableMain tbody tr td table tbody tr td.button_shape,
#tableMain tbody tr td table thead tr th.colour,
#tableMain tbody tr td table tbody tr td.colour,
#tableMain tbody tr td table thead tr th.button_icon,
#tableMain tbody tr td table tbody tr td.button_icon {
width: 12vh;
max-width: 12vh;
}
/*
select.id_variation, select.id_variation_type {
max-width: 40% !important;
}
*/
@media screen and (max-width: 850px) {
#formFilters input,
#formFilters select {
width: 12vh;
min-width: 12vh;
}
}

View File

@@ -1,5 +1,5 @@
#tableMain tbody > div {
width: 99vh;
width: 49vh;
}