SPR-742: Konfigurierbarkeit - breadcrumb
This commit is contained in:
parent
f2d6a6eb05
commit
5d98f6efaa
1 changed files with 6 additions and 6 deletions
|
@ -125,8 +125,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.num {
|
.num {
|
||||||
background-color: @color-border;
|
background-color: @noopentasks-background; // fix
|
||||||
color: @color-nav;
|
color: @noopentasks-color; // fix
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* end check !!! */
|
/* end check !!! */
|
||||||
|
@ -148,12 +148,12 @@
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: @button_color;
|
background-color: @color-nav-hover-bg;
|
||||||
border-color: @button_background;
|
border-color: @color-nav-hover;
|
||||||
color: @button_background;
|
color: @color-nav-hover;
|
||||||
|
|
||||||
.prefix {
|
.prefix {
|
||||||
color: @button_background;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue