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; + } + } +}