
.tuco-inventory-toggle-btn {
    border: 0 !important;
    background: transparent !important;
    padding: 4px 8px !important;
    cursor: pointer !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

.tuco-inventory-toggle-btn.is-checked,
.tuco-inventory-static.is-checked {
    color: #35b950 !important;
}

.tuco-inventory-toggle-btn.is-unchecked,
.tuco-inventory-static.is-unchecked {
    color: #8d8d8d !important;
}

.tuco-inventory-static {
    font-size: 19px;
    line-height: 1;
}

.tuco-inventory-toggle-btn:hover {
    transform: scale(1.08);
}


/* Empêche le navigateur de déplacer verticalement la page
   lorsqu'une ligne de la grille Ingrédients est redessinée. */
#ing-grid,
#ing-grid .tabulator,
#ing-grid .tabulator-tableholder,
#ing-grid .tabulator-table {
    overflow-anchor: none !important;
}

