Fix: Apply custom secondary color to Pages list (#4355)
Credit to @gergo85.
This commit is contained in:
parent
30f4d4c5af
commit
0d76ac9584
|
|
@ -53,6 +53,14 @@
|
|||
background: @brand-secondary;
|
||||
}
|
||||
|
||||
//
|
||||
// Pages List
|
||||
//
|
||||
|
||||
.control-treeview ol > li.active > div::after {
|
||||
background: @brand-secondary;
|
||||
}
|
||||
|
||||
//
|
||||
// Outside Layout
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue