Update CSS styles

This commit is contained in:
Dede Fuji Abdul
2024-03-05 08:25:54 +07:00
parent 28edf33aff
commit 9186da30ac
4 changed files with 47 additions and 58 deletions

View File

@@ -2,25 +2,4 @@
@import 'devextreme/dist/css/dx.material.blue.light.compact.css';
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');
@import './style.css';
.dx-datagrid-total-footer{
background-color: #035b71 !important;
}
.dx-datagrid-total-footer .dx-row.dx-footer-row{
background-color: #035b71 !important;
}
.dx-datagrid-total-footer > td{
background-color: #035b71 !important;
}
.dx-row.dx-datagrid-group-footer > td{
background-color: #e6eff1 !important;
}
.dx-datagrid-rowsview .dx-row.dx-group-row {
background-color: #F7F7F7 !important;
}
.dx-datagrid-group-footer{
background-color: #e6eff1 !important;
}
.dx-pager .dx-page-sizes .dx-selection, .dx-pager .dx-pages .dx-selection{
background-color: #035b71 !important;
}
@import './devextreme.custom.css';