Update CSS styles for select dropdown

This commit is contained in:
Dede Fuji Abdul
2024-03-04 17:05:58 +07:00
parent cc888d2cec
commit e7fecec6a0
4 changed files with 132 additions and 8 deletions

View File

@@ -65,4 +65,23 @@
}
.dx-datagrid .dx-row > td{
font-size: 10px !important;
}
.dx-toolbar .dx-toolbar-items-container{
height: 56px !important;
}
.dx-texteditor-input{
border: 1px solid #d1d5db !important;
border-radius: 8px !important;
}
.dx-texteditor.dx-editor-filled::after{
border: none !important;
}
.dx-texteditor.dx-state-active::before, .dx-texteditor.dx-state-focused::before{
border: none !important;
}
.dx-button-has-icon .dx-icon{
font-size: 24px !important;
}
.dx-list-item-icon{
font-size: 24px !important;
}