mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
Add sections and autocomplete (QDynamicSelect) on bulk-edit
This commit is contained in:
@ -176,4 +176,10 @@ input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-results-button,
|
||||
input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
|
||||
/* Shrink the big margin-bottom on modal processes */
|
||||
.modalProcess>.MuiBox-root>.MuiBox-root
|
||||
{
|
||||
margin-bottom: 24px;
|
||||
}
|
Reference in New Issue
Block a user