From 0d76ac95843437a876cc3374c42a4d1259973570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Tue, 4 Jun 2019 10:22:25 +0200 Subject: [PATCH] Fix: Apply custom secondary color to Pages list (#4355) Credit to @gergo85. --- modules/backend/models/brandsetting/custom.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/backend/models/brandsetting/custom.less b/modules/backend/models/brandsetting/custom.less index 37dde1505..d23ae1076 100644 --- a/modules/backend/models/brandsetting/custom.less +++ b/modules/backend/models/brandsetting/custom.less @@ -53,6 +53,14 @@ background: @brand-secondary; } +// +// Pages List +// + +.control-treeview ol > li.active > div::after { + background: @brand-secondary; +} + // // Outside Layout //