theming/stylesheets/components/_visitor_log.less
2026-01-29 00:00:13 +01:00

16 lines
280 B
Text
Executable file

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