mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user