From 7dd86f6093459079f1c2a8ff9ac396611e2b144f Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 18 May 2017 10:59:47 +0200 Subject: [PATCH] SPR-742: Template > Konfigurierbarkeit --- css/area_nav-metabox.less | 11 +++++------ css/plugins/starred.less | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/css/area_nav-metabox.less b/css/area_nav-metabox.less index 9f97b85..f3fe6b5 100755 --- a/css/area_nav-metabox.less +++ b/css/area_nav-metabox.less @@ -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; } } } diff --git a/css/plugins/starred.less b/css/plugins/starred.less index 7e3bada..f0ff348 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -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; } } }