Apply custom secondary color to Balloon Selector (#3748)
Credit to @gergo85
This commit is contained in:
parent
82b45268c7
commit
8f82a89147
|
|
@ -162,3 +162,15 @@ div.control-componentlist {
|
|||
background: @brand-accent;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Balloon Selector
|
||||
//
|
||||
|
||||
.control-balloon-selector {
|
||||
ul {
|
||||
li.active {
|
||||
background: @brand-secondary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue