From 8f82a89147421eea80612941de7920e524bda4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Tue, 4 Sep 2018 19:57:29 +0200 Subject: [PATCH] Apply custom secondary color to Balloon Selector (#3748) Credit to @gergo85 --- modules/backend/models/brandsetting/custom.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/backend/models/brandsetting/custom.less b/modules/backend/models/brandsetting/custom.less index d8b1048d0..37dde1505 100644 --- a/modules/backend/models/brandsetting/custom.less +++ b/modules/backend/models/brandsetting/custom.less @@ -162,3 +162,15 @@ div.control-componentlist { background: @brand-accent; } } + +// +// Balloon Selector +// + +.control-balloon-selector { + ul { + li.active { + background: @brand-secondary !important; + } + } +}