style(fe): enhance Odd row Zebra stripe background contrast to #f1f5f9 for clear visual distinction
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 63 KiB |
@@ -238,10 +238,12 @@
|
||||
}
|
||||
|
||||
/* Odd row zebra stripe override for legacy/custom grid cells */
|
||||
.ag-row-odd {
|
||||
background-color: #f8fafc !important;
|
||||
.ag-row-odd,
|
||||
.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;
|
||||
}
|
||||
.ag-row-selected,
|
||||
|
||||
Reference in New Issue
Block a user