From bba09401dcfc19953aed9e96f94583176300d549 Mon Sep 17 00:00:00 2001 From: Martin Grossmann Date: Thu, 21 Nov 2024 11:51:24 +0100 Subject: [PATCH] changed datagrid alternating color order --- assets/styles/admin/components/table/grid.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/admin/components/table/grid.less b/assets/styles/admin/components/table/grid.less index ddb1db2f13..52e4304c1e 100644 --- a/assets/styles/admin/components/table/grid.less +++ b/assets/styles/admin/components/table/grid.less @@ -15,7 +15,7 @@ } tbody { - background: @color-f; + background: @bg-stripe; .table-grid__row { &:hover { @@ -39,7 +39,7 @@ &:nth-child(2n) { tbody & { - background: @bg-stripe; + background: @color-f; } } }