mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added input fetching and validation
This commit is contained in:
@ -1007,10 +1007,20 @@ svg {
|
||||
input {
|
||||
position:relative;
|
||||
margin-left:10px;
|
||||
width:10px;
|
||||
height:10px;
|
||||
height:10px;
|
||||
width:20px;
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
/* Firefox */
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
h2 {
|
||||
position:relative;
|
||||
display:inline-block;
|
||||
|
Reference in New Issue
Block a user