modified timeseries data style

This commit is contained in:
Vasilis Tako 2021-07-15 18:37:48 +02:00
parent cf82ab0f2e
commit 73e9c0364f
4 changed files with 52 additions and 2 deletions

View file

@ -11,6 +11,11 @@ code {
color: #000!important;
}
.graph-val-total-title, .graph-val-95percentile-title, .graph-val-average-title, .graph-val-max-title, .graph-val-total{
border-color: #2c2c2c!important;
}
.btn-primary {
color: #000;
background-color: var(--ntop-orange);