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;
}
#widgetUserCountryMapvisitorMap {
.UserCountryMap.card-content.dataTable {
background: @theme-color-background-base;
}

View file

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

View file

@ -1,37 +1,44 @@
#secondNavBar {
ul {
& > li > ul > li.active > .item {
background-color: transparent !important;
}
ul {
& > li > ul > li.active > .item {
background-color: transparent !important;
}
li {
&.active > a {
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 {
background-color: transparent !important;
}
&:focus {
outline: none !important;
}
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;
&:focus {
outline: none !important;
}
&:hover {
background-color: #CECCD2 !important;
transition: .2s ease all;
}
}
}
}
&:hover {
background-color: #ceccd2 !important;
transition: 0.2s ease all;
}
}
}
}
}
#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 {
padding: 0 0 15px 0 !important;
font-weight: 300;
font-weight: bold;
color: @theme-color-header-text;
text-align: center;
text-transform: uppercase;
font-size: 0.8em;
}
}