style(fe): enhance Odd row Zebra stripe background contrast to #f1f5f9 for clear visual distinction

This commit is contained in:
2026-08-15 22:05:13 +09:00
parent 30963782c3
commit 538bdb991f
2 changed files with 5 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 63 KiB

+5 -3
View File
@@ -238,10 +238,12 @@
} }
/* Odd row zebra stripe override for legacy/custom grid cells */ /* Odd row zebra stripe override for legacy/custom grid cells */
.ag-row-odd { .ag-row-odd,
background-color: #f8fafc !important; .ag-row-odd .ag-cell {
background-color: #f1f5f9 !important; /* Noticeable Slate Zebra Stripe Tint (#f1f5f9) */
} }
.ag-row-even { .ag-row-even,
.ag-row-even .ag-cell {
background-color: #ffffff !important; background-color: #ffffff !important;
} }
.ag-row-selected, .ag-row-selected,