SPR-742: Template > Konfigurierbarkeit
This commit is contained in:
parent
a1b82bf451
commit
7dd86f6093
2 changed files with 6 additions and 7 deletions
|
@ -157,7 +157,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: @ini_background;
|
background-color: @ini_background;
|
||||||
|
@ -377,9 +376,9 @@
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: @ini_existing;
|
background: @ini_button_background;
|
||||||
border-color: @ini_existing;
|
border-color: @ini_button_background;
|
||||||
color: @ini_background;
|
color: @ini_button_color;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
padding: .2em .3em;
|
padding: .2em .3em;
|
||||||
|
|
||||||
|
@ -396,8 +395,8 @@
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: @ini_background;
|
background: @ini_button_color;
|
||||||
color: @ini_existing;
|
color: @ini_button_background;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
fill: @ini_nav_menu_hover_bg;
|
fill: @ini_nav_menu_hover_bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,6 +41,7 @@ nav.nav-starred {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
|
fill: @ini_nav_menu_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue