66 lines
1.4 KiB
CSS
66 lines
1.4 KiB
CSS
|
|
|
|
#formFilters .container {
|
|
max-width: fit-content;
|
|
}
|
|
|
|
#formFilters .container-input:has(.dirty) {
|
|
background-color: var(--colour-accent);
|
|
}
|
|
|
|
#formFilters .container-input.filter.active_only {
|
|
}
|
|
|
|
|
|
#tableMain {
|
|
max-width: 90vw;
|
|
}
|
|
/*
|
|
#tableMain thead tr th.category, #tableMain tbody tr td.category {
|
|
width: 8vh;
|
|
min-width: 8vh;
|
|
}
|
|
#tableMain thead tr th.product, #tableMain tbody tr td.product {
|
|
width: 10vh;
|
|
min-width: 10vh;
|
|
}
|
|
#tableMain thead tr th.product_variations.collapsed, #tableMain tbody tr td.product_variations.collapsed {
|
|
width: 10vh;
|
|
min-width: 10vh;
|
|
display: table-cell !important;
|
|
}
|
|
#tableMain thead tr th.product_variations, #tableMain tbody tr td.product_variations {
|
|
width: 24vh;
|
|
min-width: 24vh;
|
|
}
|
|
#tableMain thead tr th.active, #tableMain tbody tr td.active {
|
|
width: 6vh;
|
|
min-width: 6vh;
|
|
}
|
|
*/
|
|
|
|
td > input
|
|
, td > select
|
|
, td > textarea
|
|
, .container-input > input
|
|
, .container-input > select
|
|
, .container-input > textarea
|
|
{
|
|
border: 2px solid var(--colour-primary);
|
|
border-radius: 0.5vh;
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
|
|
/*
|
|
select.id_variation, select.id_variation_type {
|
|
max-width: 40% !important;
|
|
}
|
|
*/
|