SPR-742: Konfigurierbarkeit - breadcrumb

This commit is contained in:
Silke Pisulla 2017-03-17 15:14:31 +01:00
commit 5d98f6efaa

View file

@ -125,8 +125,8 @@
}
.num {
background-color: @color-border;
color: @color-nav;
background-color: @noopentasks-background; // fix
color: @noopentasks-color; // fix
}
}
/* end check !!! */
@ -148,12 +148,12 @@
&:hover,
&:active,
&:focus {
background-color: @button_color;
border-color: @button_background;
color: @button_background;
background-color: @color-nav-hover-bg;
border-color: @color-nav-hover;
color: @color-nav-hover;
.prefix {
color: @button_background;
color: inherit;
}
}
}