diff --git a/src/main/webapp/resources/xit/xit-tui-grid.css b/src/main/webapp/resources/xit/xit-tui-grid.css index 6cade97..07609e0 100644 --- a/src/main/webapp/resources/xit/xit-tui-grid.css +++ b/src/main/webapp/resources/xit/xit-tui-grid.css @@ -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; }