From 587a2c3b253d4f7a568e11cb5d0b3aedd32a4c6f Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Sat, 26 Sep 2020 16:06:50 +0200 Subject: [PATCH] Troubleshooting style issues --- stylesheets/components/_charts.less | 2 +- stylesheets/components/_login.less | 2 +- stylesheets/components/_menu.less | 13 +++++++------ stylesheets/components/_widget.less | 1 + 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/stylesheets/components/_charts.less b/stylesheets/components/_charts.less index 38eb0aa..4c454b4 100644 --- a/stylesheets/components/_charts.less +++ b/stylesheets/components/_charts.less @@ -1,4 +1,4 @@ -.dataTable.dataTableVizEvolution { +canvas.jqplot-piwik-ticks-canvas { background: @theme-color-background-base !important; } diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index 843787b..6f9394c 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -6,7 +6,7 @@ } .loginForm, -.loginTwoFaForm { +.loginTwoFaForm, .loginSection { & input[name="login_form_rememberme"], & label[for="login_form_rememberme"] { display: none; diff --git a/stylesheets/components/_menu.less b/stylesheets/components/_menu.less index 84c3569..a19c917 100644 --- a/stylesheets/components/_menu.less +++ b/stylesheets/components/_menu.less @@ -35,10 +35,11 @@ } #topmenu-corehome { - background-color: transparent; - &:hover, &:active { - background-color: transparent; - outline: none; - border-bottom: 1px solid @theme-color-header-text; - } + background: @theme-color-background-base; + &:hover, + &:active { + background: @theme-color-background-base; + outline: none; + border-bottom: 1px solid @theme-color-header-text; + } } diff --git a/stylesheets/components/_widget.less b/stylesheets/components/_widget.less index bd90bd7..495e3ca 100644 --- a/stylesheets/components/_widget.less +++ b/stylesheets/components/_widget.less @@ -49,6 +49,7 @@ .card { margin-top: -15px; border: none !important; + background-color: #faf9f6; } } }