mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added tool size in the top bar
This commit is contained in:
@ -123,9 +123,16 @@ li#editor-info {
|
||||
padding: 5px;
|
||||
color:$basetext;
|
||||
}
|
||||
input[type=text] {
|
||||
input[type=number] {
|
||||
appearance:none;
|
||||
-moz-appearance: text;
|
||||
width:25px;
|
||||
height:15px;
|
||||
}
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user