처분사전 소유자 행위자 구분색상 추가

dev
박성영 3 months ago
parent f813987aa5
commit 8cbe297c3e

@ -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;
}

Loading…
Cancel
Save