style(fe): adjust odd zebra stripe background to subtle demarcation shade #f8fafc

This commit is contained in:
2026-08-15 22:05:56 +09:00
parent 538bdb991f
commit 52f74c0139
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

+1 -1
View File
@@ -240,7 +240,7 @@
/* Odd row zebra stripe override for legacy/custom grid cells */
.ag-row-odd,
.ag-row-odd .ag-cell {
background-color: #f1f5f9 !important; /* Noticeable Slate Zebra Stripe Tint (#f1f5f9) */
background-color: #f8fafc !important; /* Subtle Elegance Demarcation (#f8fafc) */
}
.ag-row-even,
.ag-row-even .ag-cell {