mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 12:30:19 +00:00
more tweeking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
58981ad8a8
commit
f82932d371
@ -209,6 +209,9 @@
|
|||||||
|
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
.editor.inline-editor-mode .editor-status {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -396,7 +399,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
//'*': {
|
//'*': {
|
||||||
// everything except overlays...
|
// everything except overlays...
|
||||||
'.viewer:not(.inline-editor-mode)': {
|
'.chrome:not(.inline-editor-mode)': {
|
||||||
title: 'Global',
|
title: 'Global',
|
||||||
doc: '',
|
doc: '',
|
||||||
|
|
||||||
|
|||||||
@ -69,6 +69,9 @@ var togglePageView = createCSSClassToggler(
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
var toggleInlineEditorMode = createCSSClassToggler('.chrome', 'inline-editor-mode')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/************************************************** event handlers ***/
|
/************************************************** event handlers ***/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user