text content problems
parent
c3ac97f143
commit
8df83b3ee7
|
@ -147,6 +147,7 @@
|
|||
position: absolute;
|
||||
opacity: 0;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.draginput.textcontent input {
|
||||
|
@ -165,6 +166,7 @@
|
|||
opacity: 1;
|
||||
position: relative;
|
||||
cursor: text;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.draginput.twocol {
|
||||
|
|
|
@ -391,7 +391,7 @@
|
|||
|
||||
<h4>Text</h4>
|
||||
<div class="draginputs">
|
||||
<label class="draginput twocol" data-title="Change Content">
|
||||
<label class="draginput twocol textcontent hidden" data-title="Change Content">
|
||||
<input id="text" type="text"/>
|
||||
<span>Content</span>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue