@@ -127,18 +127,6 @@ body {
|
||||
}
|
||||
|
||||
/* Network Map */
|
||||
.node-tooltip {
|
||||
position: absolute;
|
||||
background: #131a2b;
|
||||
border: 1px solid var(--neptune-border);
|
||||
border-radius: .375rem;
|
||||
padding: .5rem .75rem;
|
||||
font-size: .8rem;
|
||||
pointer-events: none;
|
||||
z-index: 1000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#networkCanvas {
|
||||
cursor: grab;
|
||||
}
|
||||
@@ -147,6 +135,27 @@ body {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.node-list-item i {
|
||||
width: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link {
|
||||
color: #94a3b8;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link.active {
|
||||
background: var(--neptune-accent);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
kbd {
|
||||
border: 1px solid var(--neptune-border);
|
||||
padding: 1px 5px;
|
||||
border-radius: 3px;
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
/* Scrollbar */
|
||||
::-webkit-scrollbar { width: 6px; }
|
||||
::-webkit-scrollbar-track { background: var(--neptune-bg); }
|
||||
|
||||
Reference in New Issue
Block a user