Map fixes, chart background color & top menu

This commit is contained in:
g 2020-09-25 20:08:40 +02:00
commit 148a23316c
4 changed files with 44 additions and 34 deletions

View file

@ -1,8 +1,8 @@
canvas { .dataTable.dataTableVizEvolution {
background: @theme-color-background-base !important; background: @theme-color-background-base !important;
} }
#widgetUserCountryMapvisitorMap { .UserCountryMap.card-content.dataTable {
background: @theme-color-background-base; background: @theme-color-background-base;
} }

View file

@ -6,7 +6,7 @@
} }
.loginForm, .loginForm,
#loginTwoFaForm { .loginTwoFaForm {
& input[name="login_form_rememberme"], & input[name="login_form_rememberme"],
& label[for="login_form_rememberme"] { & label[for="login_form_rememberme"] {
display: none; display: none;
@ -14,13 +14,15 @@
& h2.card-title { & h2.card-title {
text-align: center; text-align: center;
} }
& p#piwik { & p,
p#piwik {
display: none; display: none;
} }
& input#login_form_submit { & input#login_form_submit {
width: 100%; width: 100%;
color: #323036 !important; color: #323036 !important;
font-size: 1.3em; font-size: 1.3em;
letter-spacing: 0.2em;
background-color: transparent; background-color: transparent;
&:hover { &:hover {
color: #ceccd2 !important; color: #ceccd2 !important;

View file

@ -1,37 +1,44 @@
#secondNavBar { #secondNavBar {
ul {
& > li > ul > li.active > .item {
background-color: transparent !important;
}
ul { li {
& > li > ul > li.active > .item { &.active > a {
background-color: transparent !important; background-color: transparent !important;
} }
li { a {
border-radius: 0;
font-weight: 500;
font-size: 14px;
//letter-spacing: .25px;
color: rgba(0, 0, 0, 0.54);
padding: 9px 21px 10px 19px !important;
&.active > a { &:focus {
background-color: transparent !important; outline: none !important;
} }
a { &:hover {
border-radius: 0; background-color: #ceccd2 !important;
font-weight: 500; transition: 0.2s ease all;
font-size: 14px; }
//letter-spacing: .25px; }
color: rgba(0, 0, 0, 0.54); }
padding: 9px 21px 10px 19px !important; }
&:focus {
outline: none !important;
}
&:hover {
background-color: #CECCD2 !important;
transition: .2s ease all;
}
}
}
}
} }
#root #secondNavBar .navbar > li > ul li .item { #root #secondNavBar .navbar > li > ul li .item {
padding-left: 65px !important; padding-left: 65px !important;
}
#topmenu-corehome {
background-color: transparent;
&:hover, &:active {
background-color: transparent;
outline: none;
border-bottom: 1px solid @theme-color-header-text;
}
} }

View file

@ -29,10 +29,11 @@
.widgetName { .widgetName {
padding: 0 0 15px 0 !important; padding: 0 0 15px 0 !important;
font-weight: 300; font-weight: bold;
color: @theme-color-header-text; color: @theme-color-header-text;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
font-size: 0.8em;
} }
} }