Map fixes, chart background color & top menu
This commit is contained in:
parent
345a717847
commit
148a23316c
4 changed files with 44 additions and 34 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
#secondNavBar {
|
#secondNavBar {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
& > li > ul > li.active > .item {
|
& > li > ul > li.active > .item {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
||||||
&.active > a {
|
&.active > a {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
@ -24,8 +22,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #CECCD2 !important;
|
background-color: #ceccd2 !important;
|
||||||
transition: .2s ease all;
|
transition: 0.2s ease all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -35,3 +33,12 @@
|
||||||
#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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue