mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +00:00
update disabled pagination icons to look disabled
This commit is contained in:
@ -303,10 +303,15 @@ input[type="search"]::-webkit-search-results-decoration
|
||||
.MuiTablePagination-root .MuiSvgIcon-root
|
||||
{
|
||||
display: inline;
|
||||
color: gray;
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
right: 0.125rem;
|
||||
}
|
||||
|
||||
.MuiTablePagination-root .Mui-disabled .MuiSvgIcon-root
|
||||
{
|
||||
color: rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
|
||||
.devDocumentation ul > li
|
||||
{
|
||||
margin-left: 30px;
|
||||
|
Reference in New Issue
Block a user