Customize backend should style the breadcrumb

This commit is contained in:
Sam Georges 2014-10-17 07:57:43 +11:00
parent 3e48ba945f
commit 6e584ecc56
1 changed files with 10 additions and 0 deletions

View File

@ -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
//