SPR-742: Konfigurierbarkeit
This commit is contained in:
parent
7fb6106290
commit
03fb160ea0
2 changed files with 25 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue