Troubeshooting visitor log colours
This commit is contained in:
parent
dd75d5e9fd
commit
b5fb3036ca
5 changed files with 71 additions and 68 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue