mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started drag and drop system
This commit is contained in:
@@ -79,6 +79,11 @@ body {
|
||||
background-color: color(base, foreground, default);
|
||||
}
|
||||
|
||||
.layerdragover {
|
||||
border: 2px dashed color(base, foreground, bold);
|
||||
border-top: 2px solid color(base, foreground, bold);
|
||||
}
|
||||
|
||||
.layers-menu-entry {
|
||||
cursor:pointer;
|
||||
margin-top:2px;
|
||||
|
||||
Reference in New Issue
Block a user