Customize backend should style the breadcrumb
This commit is contained in:
parent
3e48ba945f
commit
6e584ecc56
|
|
@ -45,6 +45,16 @@ body.outer .layout > .layout-row.layout-head {
|
|||
background-color: @color-sidebarnav-bg;
|
||||
}
|
||||
|
||||
//
|
||||
// Breadcrumb
|
||||
//
|
||||
|
||||
@color-breadcrumb-background: mix(rgb(43,43,43), @secondary-color-dark, 50%);
|
||||
|
||||
.control-breadcrumb {
|
||||
background-color: @color-breadcrumb-background;
|
||||
}
|
||||
|
||||
//
|
||||
// Fancy layout
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue