/* FxDataGrid: row and cell theme variants (background-color only) */

.fx-datagrid__row--alert td,
.fx-datagrid__row--alert th {
    background-color: var(--nx-alert-bg);
}

.fx-datagrid__row--positive td,
.fx-datagrid__row--positive th {
    background-color: var(--nx-positive-bg);
}

.fx-datagrid__row--negative td,
.fx-datagrid__row--negative th {
    background-color: var(--nx-negative-bg);
}

.fx-datagrid__row--highlight td,
.fx-datagrid__row--highlight th {
    background-color: var(--nx-highlight-bg);
}

.fx-datagrid__row--muted td,
.fx-datagrid__row--muted th {
    background-color: var(--nx-muted-bg);
}

.fx-datagrid__cell--alert {
    background-color: var(--nx-alert-bg);
}

.fx-datagrid__cell--positive {
    background-color: var(--nx-positive-bg);
}

.fx-datagrid__cell--negative {
    background-color: var(--nx-negative-bg);
}

.fx-datagrid__cell--highlight {
    background-color: var(--nx-highlight-bg);
}

.fx-datagrid__cell--muted {
    background-color: var(--nx-muted-bg);
}

.fx-datagrid-row-comments {
    color: var(--nx-muted-fg);
}

.fx-datagrid-row-comments__cell{

}
