SPRINT-13: local storage of pinned columns, added ability to clear all filters, bug fix, added carat thing to rows per page dropdown

This commit is contained in:
Tim Chamberlain
2022-10-13 18:54:16 -05:00
parent e127098b36
commit c5ca6b8979
3 changed files with 81 additions and 47 deletions

View File

@ -212,3 +212,16 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
padding-bottom: 0px;
margin-top: 10px;
}
.MuiDataGrid-toolbarContainer .MuiBadge-badge
{
right: 7px;
top: 5px;
background: orange;
}
.MuiTablePagination-root .MuiSvgIcon-root
{
display: inline;
color: gray;
}