added route test button

This commit is contained in:
Stephan Richter
2021-01-02 14:12:51 +01:00
parent d3c3051605
commit 7b7980cc98
3 changed files with 15 additions and 2 deletions

View File

@@ -355,7 +355,12 @@ svg.preview circle,
svg.preview line,
svg.preview polygon,
svg.preview rect{
fill:cyan !important;
fill:cyan;
}
svg.preview rect.sig_a,
svg.preview rect.sig_b{
fill: inherit;
}
svg.Block text{