Troubleshooting style issues
This commit is contained in:
parent
b8a1b907a8
commit
587a2c3b25
4 changed files with 10 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
.dataTable.dataTableVizEvolution {
|
canvas.jqplot-piwik-ticks-canvas {
|
||||||
background: @theme-color-background-base !important;
|
background: @theme-color-background-base !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.loginForm,
|
.loginForm,
|
||||||
.loginTwoFaForm {
|
.loginTwoFaForm, .loginSection {
|
||||||
& input[name="login_form_rememberme"],
|
& input[name="login_form_rememberme"],
|
||||||
& label[for="login_form_rememberme"] {
|
& label[for="login_form_rememberme"] {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -35,9 +35,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#topmenu-corehome {
|
#topmenu-corehome {
|
||||||
background-color: transparent;
|
background: @theme-color-background-base;
|
||||||
&:hover, &:active {
|
&:hover,
|
||||||
background-color: transparent;
|
&:active {
|
||||||
|
background: @theme-color-background-base;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: 1px solid @theme-color-header-text;
|
border-bottom: 1px solid @theme-color-header-text;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
.card {
|
.card {
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
background-color: #faf9f6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue