mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Fix autocomplete size & position in filters; give pagination arrow a little space
This commit is contained in:
@ -161,6 +161,13 @@
|
|||||||
height: 0.625em;
|
height: 0.625em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix strange size bug on filter autocompletes */
|
||||||
|
.MuiDataGrid-filterForm .MuiDataGrid-filterFormValueInput>.MuiBox-root>.MuiBox-root:has(>.MuiAutocomplete-root)
|
||||||
|
{
|
||||||
|
margin-bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* google drive picker - make it be above our modal */
|
/* google drive picker - make it be above our modal */
|
||||||
.picker,
|
.picker,
|
||||||
.picker.picker-dialog-bg,
|
.picker.picker-dialog-bg,
|
||||||
@ -220,8 +227,14 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||||||
background: orange;
|
background: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MuiTablePagination-root .MuiTablePagination-toolbar .MuiTablePagination-select
|
||||||
|
{
|
||||||
|
padding-right: 1.125rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.MuiTablePagination-root .MuiSvgIcon-root
|
.MuiTablePagination-root .MuiSvgIcon-root
|
||||||
{
|
{
|
||||||
display: inline;
|
display: inline;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
right: 0.125rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user