Connection status charts now use different color to distinguish statistics of current connection from past ones

This commit is contained in:
NI
2019-10-02 23:16:53 +08:00
parent e77ad353f0
commit f2f2c4352d
4 changed files with 24 additions and 8 deletions

View File

@@ -167,6 +167,10 @@
stroke-width: 3px;
}
.conn-status-chart > .chart .expired {
stroke: #3a3a3a;
}
#conn-status-delay {
padding: 15px 0;
background: #292929;