Issue #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible.
parent
92bcdc5ba0
commit
3973634d14
|
@ -14,6 +14,7 @@
|
||||||
z-index: 98;
|
z-index: 98;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.quickedit-editable:focus {
|
.quickedit-editable:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -232,6 +232,8 @@
|
||||||
self.$el
|
self.$el
|
||||||
.css({
|
.css({
|
||||||
'position': 'relative',
|
'position': 'relative',
|
||||||
|
'display': 'block',
|
||||||
|
'width': '100%',
|
||||||
'top': posProp.top - 5 + 'px',
|
'top': posProp.top - 5 + 'px',
|
||||||
'left': posProp.left - 5 + 'px',
|
'left': posProp.left - 5 + 'px',
|
||||||
'padding-top': posProp['padding-top'] + 5 + 'px',
|
'padding-top': posProp['padding-top'] + 5 + 'px',
|
||||||
|
|
Loading…
Reference in New Issue