v0.12.0-red_lines
This commit is contained in:
@@ -7141,3 +7141,34 @@ body.chart-fullscreen-open::before { content:""; position:fixed; inset:0; z-inde
|
||||
@media (max-width: 640px) {
|
||||
.technical-config-actions button { flex: 1 1 100%; }
|
||||
}
|
||||
|
||||
/* Ping diagnostics: make packet loss and device unavailability explicit on the chart. */
|
||||
.ping-sparkline .ping-success-line {
|
||||
fill: none;
|
||||
stroke: var(--accent);
|
||||
stroke-width: 2;
|
||||
stroke-linejoin: round;
|
||||
stroke-linecap: round;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
|
||||
.ping-sparkline .ping-success-point {
|
||||
fill: var(--accent);
|
||||
stroke: var(--accent);
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
|
||||
.ping-sparkline .ping-loss-marker rect {
|
||||
fill: var(--danger-soft);
|
||||
stroke: var(--danger);
|
||||
stroke-width: 1;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
|
||||
.ping-sparkline .ping-loss-marker path {
|
||||
fill: none;
|
||||
stroke: var(--danger);
|
||||
stroke-width: 2;
|
||||
stroke-linecap: round;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user