SPR-742: Konfigurierbarkeit

This commit is contained in:
Silke Pisulla 2017-03-17 15:18:43 +01:00
commit 03fb160ea0
2 changed files with 25 additions and 17 deletions

View file

@ -162,9 +162,9 @@
position: absolute;
right: -.4rem;
top: -.4em;
background-color: @button_background;
background-color: @color-nav-hover;
border-radius: 2px;
color: @button_color;
color: @color-nav-hover-bg;
font-size: @font-size-very-small;
font-weight: 400;
text-align: center;
@ -178,8 +178,8 @@
&:active,
&:focus {
.num {
background-color: @button_background;
color: @button_color;
background-color: @color-nav-hover;
color: @color-nav-hover-bg;
}
}
}