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; } } }