change view
This commit is contained in:
parent
bf2216ea8f
commit
5b424b2a25
|
@ -343,7 +343,9 @@ define([
|
|||
me.withoutExt = true;
|
||||
_.delay(function(){
|
||||
me.setDocTile(name);
|
||||
me.labelDocName.select();
|
||||
},100);
|
||||
me.labelDocName.addClass('active-title');
|
||||
}
|
||||
|
||||
function onDocNameKeyDown(e) {
|
||||
|
@ -727,6 +729,7 @@ define([
|
|||
me.withoutExt = false;
|
||||
me.setDocTile(me.documentCaption);
|
||||
}
|
||||
me.labelDocName.removeClass('active-title');
|
||||
},
|
||||
'paste': function (e) {
|
||||
setTimeout(function() {
|
||||
|
|
|
@ -499,6 +499,15 @@
|
|||
background-color: transparent;
|
||||
border: 0 none;
|
||||
cursor: default;
|
||||
|
||||
&:hover,&.active-title{
|
||||
border: @highlight-header-button-hover solid 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
&.active-title{
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.lr-separator {
|
||||
|
@ -510,7 +519,7 @@
|
|||
.inner-box-icon.crypted {
|
||||
width: 20px;
|
||||
position: relative;
|
||||
|
||||
margin-right: 1px;
|
||||
> svg {
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
|
|
Loading…
Reference in a new issue