/**
 * Vendor CSS Overrides
 *
 * Overrides for vendor library CSS that can't be customized via config.
 * Imported after vendor CSS in resources/js/vendor.js
 */

/*
 * DataTables Bootstrap 5 uses box-shadow for row striping which causes
 * color issues. Disable it - we use background-color striping instead.
 */
table.table.dataTable.table-striped > tbody > tr:nth-of-type(odd) > * {
    box-shadow: none;
}
