X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=styles%2Ftopology.css;fp=styles%2Ftopology.css;h=13d8d63ab59f0bb517f507cf092272fd324ebe1f;hp=0cd945d49eaff2a58dbd40c82e833203a494f84a;hb=4ff4cfab60fd88f431c88603d57612fc489dc62f;hpb=ea20f018c05bcc4e56b2dfa3eee30af0d6ffabf3 diff --git a/styles/topology.css b/styles/topology.css index 0cd945d..13d8d63 100644 --- a/styles/topology.css +++ b/styles/topology.css @@ -54,13 +54,16 @@ text.start, text.end { stroke-width: 1px; } -div.tooltip { - position: absolute; - text-align: left; +div.tooltip { + position: absolute; + text-align: left; padding: 5px; color: white; - background: var(--scolor-3); - border: 0px; - border-radius: 2px; - pointer-events: none; + background: var(--scolor-3); + border: 0px; + border-radius: 2px; + pointer-events: none; +} +.tab-list{ + display: none; }