You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/src/style/actions/arrow_action.css

25 lines
363 B

.arrow-action {
height: 50%;
}
.arrow-action-icon {
user-select: none;
-moz-user-select: none;
pointer-events: none;
max-width: 17px;
max-height: 17px;
}
.arrow-head-pick {
position: absolute;
cursor: grab;
top: 0;
left: 0;
min-width: 17px;
min-height: 17px;
}
.arrow-head-pick:active {
cursor: crosshair;
}