Fixed bugs

Hid brush size arrows in firefox, let the user cancel a selection by clicking outside the canvas, fixed lasso tool not detecting the selection if ending it outside the canvas.
This commit is contained in:
Nicola
2022-02-04 22:13:11 +01:00
parent c464b50aa1
commit 953dc40bc4
5 changed files with 21 additions and 23 deletions

View File

@ -125,7 +125,8 @@ li#editor-info {
}
input[type=number] {
appearance:none;
-moz-appearance: text;
-moz-appearance:textfield;
-webkit-appearance:text;
width:25px;
height:15px;
}