SPR-742: Template > Konfigurierbarkeit

This commit is contained in:
Silke Pisulla 2017-05-18 10:59:47 +02:00
commit 7dd86f6093
2 changed files with 6 additions and 7 deletions

View file

@ -157,7 +157,6 @@
}
&.active {
> a {
cursor: default;
background-color: @ini_background;
@ -377,9 +376,9 @@
vertical-align: text-top;
button {
background: @ini_existing;
border-color: @ini_existing;
color: @ini_background;
background: @ini_button_background;
border-color: @ini_button_background;
color: @ini_button_color;
font-size: @font-size-small;
padding: .2em .3em;
@ -396,8 +395,8 @@
&:hover,
&:focus,
&:active {
background: @ini_background;
color: @ini_existing;
background: @ini_button_color;
color: @ini_button_background;
}
}
}

View file

@ -23,7 +23,6 @@
fill: @ini_nav_menu_hover_bg;
}
}
}
}
@ -42,6 +41,7 @@ nav.nav-starred {
svg {
vertical-align: text-top;
fill: @ini_nav_menu_color;
}
}
}