split layers into separate files

This commit is contained in:
Fabian Jakobs 2010-04-07 12:19:44 +02:00
commit a23ef8e775
8 changed files with 286 additions and 218 deletions

View file

@ -58,6 +58,11 @@
z-index: 1;
}
.editor .cursor-layer {
position: absolute;
z-index: 3;
}
.selection {
position: absolute;
background: rgba(77, 151, 255, 0.33);