context menu option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user