mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Add border on filter autocomplete tags
This commit is contained in:
@ -259,6 +259,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||||||
{
|
{
|
||||||
background-color: initial !important;
|
background-color: initial !important;
|
||||||
color: initial !important;
|
color: initial !important;
|
||||||
|
border: 1px solid rgb(206, 212, 218);
|
||||||
}
|
}
|
||||||
.MuiDataGrid-filterForm .MuiAutocomplete-tag .MuiSvgIcon-root
|
.MuiDataGrid-filterForm .MuiAutocomplete-tag .MuiSvgIcon-root
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user