From 96ba5aa0ba902b61fbb8cd92922d58a9d609bc4c Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 5 May 2017 10:25:33 +0200 Subject: [PATCH] SPR-742: wrong colors (for configure) --- css/plugins/do_tasks.less | 6 +++--- css/plugins/qc.less | 1 + css/plugins/starred.less | 9 ++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/plugins/do_tasks.less b/css/plugins/do_tasks.less index 02ae281..445c426 100755 --- a/css/plugins/do_tasks.less +++ b/css/plugins/do_tasks.less @@ -37,7 +37,7 @@ ul.page-attributes { padding: .14rem 0 0 0; min-width: 2rem; min-height: 28px; - background: @ini_background none; + background-color: @ini_nav_menu_hover_bg; &::before { content: ''; // remove when fontello is removed from usertools @@ -46,11 +46,11 @@ ul.page-attributes { &:hover, &:focus, &:active { - background: @ini_nav_menu_hover_color none; + background-color: @ini_nav_menu_hover_color; border: none; svg path { - fill: @ini_background; + fill: @ini_nav_menu_hover_bg; } } } diff --git a/css/plugins/qc.less b/css/plugins/qc.less index 5412913..c140f77 100644 --- a/css/plugins/qc.less +++ b/css/plugins/qc.less @@ -35,6 +35,7 @@ width: auto; font-size: 90%; box-shadow: @box-shadow-bottom; + border-bottom: solid 1px @ini_border_light; margin-bottom: 0; h2 { diff --git a/css/plugins/starred.less b/css/plugins/starred.less index a43c04d..4a1e0ea 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -9,11 +9,7 @@ width: 1.6em; height: 1.6em; font-size: 0.82rem; - fill: @ini_nav_menu_color; - } - - .starred.on svg { - fill: @ini_link; + fill: @ini_nav_menu_hover_color; } a:hover, @@ -30,11 +26,14 @@ nav.nav-starred { ul { list-style: none; + &#sidebar-menu-starred { margin-left: 0; } + li { margin-left: 0; + svg { vertical-align: middle; }