Troubleshooting style issues

This commit is contained in:
g 2020-09-26 16:06:50 +02:00
commit 587a2c3b25
4 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,4 @@
.dataTable.dataTableVizEvolution {
canvas.jqplot-piwik-ticks-canvas {
background: @theme-color-background-base !important;
}

View file

@ -6,7 +6,7 @@
}
.loginForm,
.loginTwoFaForm {
.loginTwoFaForm, .loginSection {
& input[name="login_form_rememberme"],
& label[for="login_form_rememberme"] {
display: none;

View file

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

View file

@ -49,6 +49,7 @@
.card {
margin-top: -15px;
border: none !important;
background-color: #faf9f6;
}
}
}