mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Don't try to show more than 5 values in a filter preview; invert colors of tags in filter control
This commit is contained in:
@ -254,6 +254,17 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
background: orange;
|
||||
}
|
||||
|
||||
/* make tags in filter forms not be black bg w/ white text */
|
||||
.MuiDataGrid-filterForm .MuiAutocomplete-tag
|
||||
{
|
||||
background-color: initial !important;
|
||||
color: initial !important;
|
||||
}
|
||||
.MuiDataGrid-filterForm .MuiAutocomplete-tag .MuiSvgIcon-root
|
||||
{
|
||||
color: initial !important;
|
||||
}
|
||||
|
||||
.MuiTablePagination-root .MuiTablePagination-toolbar .MuiTablePagination-select
|
||||
{
|
||||
padding-right: 1.125rem !important;
|
||||
|
Reference in New Issue
Block a user