Apply custom secondary color to Balloon Selector (#3748)

Credit to @gergo85
This commit is contained in:
Szabó Gergő 2018-09-04 19:57:29 +02:00 committed by Luke Towers
parent 82b45268c7
commit 8f82a89147
1 changed files with 12 additions and 0 deletions

View File

@ -162,3 +162,15 @@ div.control-componentlist {
background: @brand-accent; background: @brand-accent;
} }
} }
//
// Balloon Selector
//
.control-balloon-selector {
ul {
li.active {
background: @brand-secondary !important;
}
}
}