context menu option

This commit is contained in:
overcuriousity
2025-09-15 21:27:21 +02:00
parent e2d4e12057
commit 93a258170a
8 changed files with 283 additions and 6 deletions

View File

@@ -561,6 +561,16 @@ input[type="text"]:focus, select:focus {
color: #00ff41;
}
.graph-context-menu ul li[disabled] {
color: #666;
cursor: not-allowed;
}
.graph-context-menu ul li[disabled]:hover {
background-color: #2a2a2a;
color: #666;
}
.graph-placeholder {
display: flex;
align-items: center;