mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added export dialogue for file name
This commit is contained in:
@ -77,6 +77,18 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
div.pixel-export {
|
||||
input {
|
||||
background: $indent;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
color: $indenttext;
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
/*
|
||||
input {
|
||||
background: $indent;
|
||||
|
Reference in New Issue
Block a user