Skip to content

Commit

Permalink
[TASK] Change highlight color of topnews in BE list
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Nov 5, 2024
1 parent d98a671 commit 448ef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Public/Css/Backend/RecordList.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#recordlist-tx_news_domain_model_news .news-istopnews td:first-child {
/*border-left:3px solid #d9534f;*/
border-inline-start:3px solid var(--token-color-red-40) !important;
border-inline-start:3px solid var(--token-color-blue-40) !important;
}

0 comments on commit 448ef5c

Please sign in to comment.