From 31be214f60c1b2fe106cda00dedc4c1cde4873cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Mon, 30 Jul 2018 14:28:33 +0200 Subject: [PATCH] Apply custom secondary color to asset list (#3658) Credit to @gergo85 --- modules/backend/models/brandsetting/custom.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/backend/models/brandsetting/custom.less b/modules/backend/models/brandsetting/custom.less index ea39b35ea..d8b1048d0 100644 --- a/modules/backend/models/brandsetting/custom.less +++ b/modules/backend/models/brandsetting/custom.less @@ -44,6 +44,15 @@ } } +// +// Asset List +// + +.control-assetlist ul li.active a:after, +.control-assetlist ul li.active a.link:after { + background: @brand-secondary; +} + // // Outside Layout //