diff --git a/client/res/templates/record/list-expanded.tpl b/client/res/templates/record/list-expanded.tpl
index db16451dd0..9d301a71be 100644
--- a/client/res/templates/record/list-expanded.tpl
+++ b/client/res/templates/record/list-expanded.tpl
@@ -54,7 +54,7 @@
{{#each rowDataList}}
{{{var id ../this}}}
{{/each}}
diff --git a/client/res/templates/record/list.tpl b/client/res/templates/record/list.tpl
index d70b6d0ab8..84c45ae8ab 100644
--- a/client/res/templates/record/list.tpl
+++ b/client/res/templates/record/list.tpl
@@ -221,7 +221,7 @@
{{#each rowDataList}}
{{{var id ../this}}}
{{/each}}
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less
index 9db4e8fe91..03fd9db3e7 100644
--- a/frontend/less/espo/custom.less
+++ b/frontend/less/espo/custom.less
@@ -1432,12 +1432,10 @@ section {
}
.list > {
- table > tbody {
- > tr.list-row.starred {
- td {
- //background-color: var(--warning-bg);
- }
-
+ table > tbody,
+ ul.list-group {
+ > tr.list-row.starred,
+ > li.list-row.starred {
.cell[data-name="name"] {
&:has(> a.link) {
&::before {