From 5d98f6efaa354b08531ebf068c80bb1c43f8dddf Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 17 Mar 2017 15:14:31 +0100 Subject: [PATCH] SPR-742: Konfigurierbarkeit - breadcrumb --- css/area_nav-breadcrumb.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/area_nav-breadcrumb.less b/css/area_nav-breadcrumb.less index 1da4219..a20ffe7 100755 --- a/css/area_nav-breadcrumb.less +++ b/css/area_nav-breadcrumb.less @@ -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; } } }