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;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
.quickedit-editable:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -232,6 +232,8 @@
|
|||
self.$el
|
||||
.css({
|
||||
'position': 'relative',
|
||||
'display': 'block',
|
||||
'width': '100%',
|
||||
'top': posProp.top - 5 + 'px',
|
||||
'left': posProp.left - 5 + 'px',
|
||||
'padding-top': posProp['padding-top'] + 5 + 'px',
|
||||
|
|
Loading…
Reference in New Issue