table on topology views add and start router controller
[VSoRC/.git] / styles / topology.css
index 0cd945d49eaff2a58dbd40c82e833203a494f84a..13d8d63ab59f0bb517f507cf092272fd324ebe1f 100644 (file)
@@ -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;
 }