From 8cbe297c3e3afd1918bcf6f0a78f88ded9ba40ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EC=98=81?= Date: Tue, 9 Sep 2025 15:12:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=98=EB=B6=84=EC=82=AC=EC=A0=84=20?= =?UTF-8?q?=EC=86=8C=EC=9C=A0=EC=9E=90=20=ED=96=89=EC=9C=84=EC=9E=90=20?= =?UTF-8?q?=EA=B5=AC=EB=B6=84=EC=83=89=EC=83=81=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/xit/xit-tui-grid.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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; }