More work on the webui New 'agj' command to get function graphs in json Fix segfault in 'ag' command 'agv' now launches the internal http server Initial refactoring for RAnalHint integration into RCore Add basic mime-type support in the http server Enhace the graph view style
21 lines
337 B
CSS
21 lines
337 B
CSS
.draggable {
|
|
position: absolute;
|
|
cursor: move;
|
|
z-index: 1;
|
|
}
|
|
|
|
.connector {
|
|
background-color: red;
|
|
}
|
|
|
|
.dock_point {
|
|
height: 1px;
|
|
width: 1px;
|
|
overflow: hidden;
|
|
padding: 0px !important;
|
|
border: none !important;
|
|
margin: 0px !important;
|
|
position: absolute;
|
|
font-size: 1px;
|
|
visibility: hidden;
|
|
}
|