Add the ability to rename layer.

This commit is contained in:
Andrey Antukh 2016-08-31 17:22:27 +03:00
parent 063e82c4a9
commit 6f92604d87
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 143 additions and 124 deletions

View file

@ -178,7 +178,11 @@
}
span {
span.element-name {
min-width: 40px;
min-height: 16px;
display: block;
color: $medium-ui-text;
font-size: $fs13;
overflow-x: hidden;
@ -186,6 +190,14 @@
white-space: nowrap;
}
input.element-name {
margin: 0px;
border: 1px solid #eee;
padding: 3px;
font-size: $fs13;
width: 120px;
}
&.selected {
.element-icon {