Skip to content
Snippets Groups Projects
Commit 6fa8fb21 authored by Harm Kube's avatar Harm Kube
Browse files

First Iteration of new collapsible design

parent 8e3a4477
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@
cursor: pointer;
padding: 9px;
width: 100%;
border: 1px solid black;
border: 2px solid white;
text-align: left;
outline: none;
font-size: 15px;
......
......@@ -41,6 +41,7 @@ class NodeNeighborOverlay {
bottomContainerDiv
);
coll.style.display = "flex";
coll.style.textDecoration = "underline black";
this.contentTab = contentTabs;
contentTabs.style.display = "flex";
coll.addEventListener("click", function() {
......@@ -64,7 +65,7 @@ class NodeNeighborOverlay {
collTab.className = "collapsible";
collTab.innerText = cls;
collTab.style.borderLeftColor = color;
collTab.style.borderLeftWidth = "12px";
collTab.style.borderLeftWidth = "8px";
collTab.type = cls;
this.tabNavHandles[cls] = collTab;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment