|
|
|
|
@ -50,9 +50,17 @@ table.tui-grid-table td.tui-grid-cell-editable > div.tui-grid-cell-content{
|
|
|
|
|
|
|
|
|
|
/* custom background color */
|
|
|
|
|
.tui-grid-custom-color-red{
|
|
|
|
|
background-color: #ebf4fd !important;
|
|
|
|
|
background-color: rgba(235, 244, 253, 0.7) !important;
|
|
|
|
|
}
|
|
|
|
|
.tui-grid-custom-color-blue{
|
|
|
|
|
background-color: #faefef !important;
|
|
|
|
|
background-color: rgba(250, 239, 239, 0.7) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tui-grid-custom-color-gray{
|
|
|
|
|
background-color: #efefef !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tui-grid-custom-color-white{
|
|
|
|
|
background-color: #fcfcfc !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|