1
0
Fork 0

Troubeshooting visitor log colours

This commit is contained in:
g 2020-09-15 17:04:43 +02:00
commit b5fb3036ca
5 changed files with 71 additions and 68 deletions

View file

@ -1,9 +1,16 @@
.theWidgetContent h2 {
font-weight: 300 !important;
font-weight: 300 !important;
}
.dataTableVizVisitorLog .card {
box-shadow: none;
border: none;
border-radius: 0px;
}
box-shadow: none;
border: none;
border-radius: 0px;
}
#visitsLive {
> .datetime,
> .settings {
background-color: @theme-color-background-base;
}
}