Troubeshooting visitor log colours
This commit is contained in:
parent
dd75d5e9fd
commit
b5fb3036ca
5 changed files with 71 additions and 68 deletions
|
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transition: .2s ease all;
|
transition: .2s ease all;
|
||||||
background: #e6e6e6 !important;
|
background: transparent !important;
|
||||||
color: rgba(0, 0, 0, .75) !important;
|
color: #e6e6e6 !important;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
color: rgba(0, 0, 0, .75) !important;
|
color:@theme-color-header-text!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
& > li > ul > li.active > .item {
|
& > li > ul > li.active > .item {
|
||||||
background-color: #E6E6E6 !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
||||||
&.active > a {
|
&.active > a {
|
||||||
background-color: #CECCD2 !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// sparkline colors
|
// sparkline colors
|
||||||
.sparkline-colors[data-name="backgroundColor"] {
|
.sparkline-colors[data-name="backgroundColor"] {
|
||||||
color: white;
|
color: @theme-color-background-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="lineColor"] {
|
.sparkline-colors[data-name="lineColor"] {
|
||||||
|
|
@ -8,11 +8,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="minPointColor"] {
|
.sparkline-colors[data-name="minPointColor"] {
|
||||||
color: #323036 //darken(#058DC7, 10);
|
color: #323036;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="maxPointColor"] {
|
.sparkline-colors[data-name="maxPointColor"] {
|
||||||
color: #323036 //darken(#058DC7, 10);
|
color: #323036;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="lastPointColor"] {
|
.sparkline-colors[data-name="lastPointColor"] {
|
||||||
|
|
@ -20,5 +20,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="fillColor"] {
|
.sparkline-colors[data-name="fillColor"] {
|
||||||
color: lighten(#323036, 55);
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,10 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#visitsLive {
|
||||||
|
> .datetime,
|
||||||
|
> .settings {
|
||||||
|
background-color: @theme-color-background-base;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.widget {
|
.widget {
|
||||||
background-color: white;
|
background-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
background: @theme-color-background-base;
|
background: transparent;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
right: 0;
|
right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
@ -36,18 +36,14 @@
|
||||||
|
|
||||||
.widgetContent {
|
.widgetContent {
|
||||||
background-color: @theme-color-background-base;
|
background-color: @theme-color-background-base;
|
||||||
/*border-radius: 2px;
|
|
||||||
border: none;
|
|
||||||
padding: 14px;
|
|
||||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);*/
|
|
||||||
|
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.dataTable, .card {
|
.dataTable,
|
||||||
|
.card {
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue